refactor: extract home configs
This commit is contained in:
parent
55af25ccb3
commit
f6f01771ab
3 changed files with 39 additions and 38 deletions
|
@ -20,7 +20,7 @@
|
|||
inherit pkgs;
|
||||
|
||||
modules = [
|
||||
./private/home.nix
|
||||
./private.nix
|
||||
./xps.nix
|
||||
];
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
|||
inherit pkgs;
|
||||
|
||||
modules = [
|
||||
./horsch/home.nix
|
||||
./horsch.nix
|
||||
];
|
||||
|
||||
extraSpecialArgs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue