more gnome settins

This commit is contained in:
Vinzenz Schroeter 2024-02-23 22:30:00 +01:00
parent b900cc337f
commit 6911d314f4
2 changed files with 7 additions and 5 deletions

View file

@ -36,6 +36,7 @@ in {
}; };
"org/gnome/mutter" = { "org/gnome/mutter" = {
edge-tiling = true; edge-tiling = true;
dynamic-workspaces = true;
}; };
"org/gnome/desktop/peripherals/keyboard" = { "org/gnome/desktop/peripherals/keyboard" = {
numlock-state = true; numlock-state = true;
@ -61,6 +62,12 @@ in {
"ca/desrt/dconf-editor" = { "ca/desrt/dconf-editor" = {
show-warning = false; show-warning = false;
}; };
"org/gnome/desktop/wm/keybindings" = {
switch-windows = ["<Alt>Tab"];
switch-windows-backward = ["<Shift><Alt>Tab"];
switch-applications = ["<Super>Tab"];
switch-applications-backward = ["<Shift><Super>Tab"];
};
}; };
gtk = { gtk = {

View file

@ -172,9 +172,4 @@ in
}; };
}; };
} }
(lib.mkIf isGnomeEnabled {
home.packages = with pkgs; [
fractal
];
})
] ]