refactor: move theme.nix to modules
This commit is contained in:
parent
108b4088c4
commit
ac302abab7
4 changed files with 4 additions and 3 deletions
|
@ -64,7 +64,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
./hosts/wim/configuration.nix
|
||||
./hosts/wim
|
||||
] ++ defaultModules;
|
||||
};
|
||||
|
||||
|
@ -72,7 +72,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
./hosts/binto/configuration.nix
|
||||
./hosts/binto
|
||||
] ++ defaultModules;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue