configuration.nix: import module list directly
This commit is contained in:
parent
a4a1908af2
commit
5976084fa2
|
@ -10,7 +10,7 @@ let
|
||||||
else
|
else
|
||||||
[ /etc/nixos/hosts/NixOS.nix ];
|
[ /etc/nixos/hosts/NixOS.nix ];
|
||||||
in {
|
in {
|
||||||
imports = builtins.attrValues (import ./modules) ++ [
|
imports = (import ./modules) ++ [
|
||||||
"${
|
"${
|
||||||
builtins.fetchTarball
|
builtins.fetchTarball
|
||||||
"https://github.com/rycee/home-manager/archive/master.tar.gz"
|
"https://github.com/rycee/home-manager/archive/master.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue