configuration.nix: fix modules import
This commit is contained in:
parent
66b12f4e80
commit
2427877971
@ -12,7 +12,7 @@ let
|
|||||||
else
|
else
|
||||||
[ /etc/nixos/hosts/NixOS.nix ];
|
[ /etc/nixos/hosts/NixOS.nix ];
|
||||||
in {
|
in {
|
||||||
imports = (import ./modules) ++ [
|
imports = (import ./modules/list.nix) ++ [
|
||||||
"${
|
"${
|
||||||
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 New Issue
Block a user