moved zsh,vscode,and alacritty hm config to new module
This commit is contained in:
parent
37784af8b0
commit
b40c908ffe
5 changed files with 148 additions and 144 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue