mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
more gnome settins
This commit is contained in:
parent
b900cc337f
commit
6911d314f4
|
@ -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 = {
|
||||||
|
|
|
@ -172,9 +172,4 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
(lib.mkIf isGnomeEnabled {
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
fractal
|
|
||||||
];
|
|
||||||
})
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue