extract gnome into module
This commit is contained in:
parent
1d42925a43
commit
423a2ee604
12 changed files with 79 additions and 162 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue