diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/desktop/configuration.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 2a3812cf..c58d1a47 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -5,13 +5,11 @@ nixpkgs, home-manager, ... -}: { +}:{ imports = [ ./hardware ./networking.nix - ../../home-manager - ../../system ../../services |