extract gnome into module

This commit is contained in:
Vivian 2023-04-25 09:30:41 +02:00
parent 1d42925a43
commit 423a2ee604
12 changed files with 79 additions and 162 deletions

View file

@ -12,7 +12,10 @@ in {
home.homeDirectory = "/home/victor";
home.stateVersion = "23.05";
imports = [ ./dconf.nix ./theme.nix ./neovim.nix ];
imports = [ ./theme.nix ./neovim.nix ];
# Custom dconf settings
dconf.settings."org/gnome/desktop/input-sources".xkb-options = [ "caps:swapescape"];
home.packages = with pkgs; [
btop