add gnome user settings
This commit is contained in:
parent
815a080edc
commit
f8ceab4b18
5
user/gnome.nix
Normal file
5
user/gnome.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ config, pkgs, ... }: {
|
||||||
|
dconf.settings = {
|
||||||
|
"org/gnome/desktop/input-sources" = { xkb-options = [ "lv3:lsgt_switch" ]; };
|
||||||
|
};
|
||||||
|
}
|
|
@ -27,6 +27,7 @@ in {
|
||||||
./pass.nix
|
./pass.nix
|
||||||
./zathura.nix
|
./zathura.nix
|
||||||
./man.nix
|
./man.nix
|
||||||
|
./gnome.nix
|
||||||
./theme.nix
|
./theme.nix
|
||||||
inputs.hyprland.homeManagerModules.default
|
inputs.hyprland.homeManagerModules.default
|
||||||
] ++ lib.optional (desktop == "sway") ./sway.nix;
|
] ++ lib.optional (desktop == "sway") ./sway.nix;
|
||||||
|
|
Loading…
Reference in a new issue