diff --git a/hosts/mu/default.nix b/hosts/mu/default.nix index 989053e..e67b008 100644 --- a/hosts/mu/default.nix +++ b/hosts/mu/default.nix @@ -1,9 +1,9 @@ { ... }: { imports = [ - ./hardware.nix ../../overlays ../../modules/base ../../modules/desktop + ./hardware.nix ./fan.nix ./fish.nix ./git.nix diff --git a/hosts/omega/default.nix b/hosts/omega/default.nix index 9cd8b04..70d09ac 100644 --- a/hosts/omega/default.nix +++ b/hosts/omega/default.nix @@ -1,11 +1,11 @@ { ... }: { imports = [ - ./hardware.nix - ./sway.nix ../../overlays ../../modules/base ../../modules/desktop ../../modules/syncthing.nix + ./hardware.nix + ./sway.nix ]; networking.hostName = "omega"; diff --git a/hosts/tor/default.nix b/hosts/tor/default.nix index a518343..5f754f2 100644 --- a/hosts/tor/default.nix +++ b/hosts/tor/default.nix @@ -1,11 +1,11 @@ { ... }: { imports = [ - ./hardware.nix - ./tor.nix ../../overlays ../../modules/base ../../modules/server ../../modules/tor + ./hardware.nix + ./tor.nix ]; networking.hostName = "tor"; diff --git a/hosts/zeta/default.nix b/hosts/zeta/default.nix index 2181614..f0a03c7 100644 --- a/hosts/zeta/default.nix +++ b/hosts/zeta/default.nix @@ -1,11 +1,11 @@ { ... }: { imports = [ - ./hardware.nix - ./sway.nix ../../overlays ../../modules/base ../../modules/desktop ../../modules/syncthing.nix + ./hardware.nix + ./sway.nix ]; networking.hostName = "zeta";