configuration.nix: fix modules import

This commit is contained in:
Timothy DeHerrera 2020-06-14 12:30:40 -06:00
parent 66b12f4e80
commit 2427877971
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ let
else
[ /etc/nixos/hosts/NixOS.nix ];
in {
imports = (import ./modules) ++ [
imports = (import ./modules/list.nix) ++ [
"${
builtins.fetchTarball
"https://github.com/rycee/home-manager/archive/master.tar.gz"