diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/carmel/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/carmel/configuration.nix b/hosts/carmel/configuration.nix index 5cbea50..449564b 100644 --- a/hosts/carmel/configuration.nix +++ b/hosts/carmel/configuration.nix @@ -4,6 +4,9 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + ../../users/fcuny + ../../modules/systems + ../../modules/desktop ]; nix = { |