add gnome user settings

This commit is contained in:
Leonardo Eugênio 2022-11-30 12:31:31 -03:00
parent 815a080edc
commit f8ceab4b18
2 changed files with 6 additions and 0 deletions

5
user/gnome.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }: {
dconf.settings = {
"org/gnome/desktop/input-sources" = { xkb-options = [ "lv3:lsgt_switch" ]; };
};
}

View file

@ -27,6 +27,7 @@ in {
./pass.nix
./zathura.nix
./man.nix
./gnome.nix
./theme.nix
inputs.hyprland.homeManagerModules.default
] ++ lib.optional (desktop == "sway") ./sway.nix;