moved zsh,vscode,and alacritty hm config to new module

This commit is contained in:
specCon18 2023-04-18 02:09:20 -04:00
parent 37784af8b0
commit b40c908ffe
5 changed files with 148 additions and 144 deletions

View file

@ -88,13 +88,11 @@
] #extra modules to load
[
./modules/home-manager/helix.nix
./modules/home-manager/alacritty.nix
./modules/home-manager/vscode.nix
./modules/home-manager/zsh.nix
]; #extra modules to be loaded by home-manager
};
packages.${system} = {
dconfnixdump = pkgs.writeScriptBin "deconfnixdump"''
dconf dump / | dconf2nix > dconf.nix
'';
};
};
}