mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
gnome
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
services.gnome.games.enable = false;
|
services.gnome.games.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.homeModules.gnome = { ... }: {
|
flake.homeModules.gnome-mo = { ... }: {
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"org/gnome/shell/keybindings" = {
|
"org/gnome/shell/keybindings" = {
|
||||||
focus-active-notification = [];
|
focus-active-notification = [];
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.mo.imports = with config.flake.homeModules; [
|
home-manager.users.mo.imports = with config.flake.homeModules; [
|
||||||
gnome
|
gnome-mo
|
||||||
base
|
base
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user