gnome config and basic user config

This commit is contained in:
2026-07-03 15:35:29 -05:00
parent d0b8c154d5
commit 4b19c25083
4 changed files with 30 additions and 1 deletions
+17
View File
@@ -8,4 +8,21 @@
home.packages = with pkgs; [
home-manager
];
dconf.settings = {
"org/gnome/desktop/wm/preferences" = {
button-layout = "close,minimize,maximize:";
};
"org/gnome/desktop/wm/keybindings" = {
switch-applications = [ ];
switch-windows = [ "<Alt>Tab" "<Super>Tab" ];
activate-window-menu = [ ];
};
"org/gnome/shell/keybindings" = {
activate-window-menu = [ ];
toggle-overview = [ "<Alt>space" ];
};
};
}