This commit is contained in:
2026-03-03 21:19:09 +01:00
parent 860d36a64a
commit f40539d8d4
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
services.gnome.games.enable = false;
};
flake.homeModules.gnome = { ... }: {
flake.homeModules.gnome-mo = { ... }: {
dconf.settings = {
"org/gnome/shell/keybindings" = {
focus-active-notification = [];

View File

@@ -19,7 +19,7 @@
];
home-manager.users.mo.imports = with config.flake.homeModules; [
gnome
gnome-mo
base
];
};