diff --git a/system/hosts/altair/drew.nix b/system/hosts/altair/drew.nix index 9126f12..0d02509 100644 --- a/system/hosts/altair/drew.nix +++ b/system/hosts/altair/drew.nix @@ -8,6 +8,7 @@ in { imports = map (x: ../../../home-manager + x) [ + "/features/astronomy.nix" "/features/development/development.nix" "/features/development/docker.nix" "/features/development/haskell.nix" diff --git a/system/hosts/vega/drew.nix b/system/hosts/vega/drew.nix index 0326935..aef5566 100644 --- a/system/hosts/vega/drew.nix +++ b/system/hosts/vega/drew.nix @@ -2,7 +2,6 @@ { imports = map (x: ../../../home-manager + x) [ - "/features/astronomy.nix" "/features/development/development.nix" "/features/development/docker.nix" "/features/development/haskell.nix"