From 9bbb4aa2dc03684a33b57b70585c3187804ab3e4 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Tue, 21 Oct 2025 11:59:33 -0700 Subject: [PATCH] [astronomy] Added to Altair, removed from Vega --- system/hosts/altair/drew.nix | 1 + system/hosts/vega/drew.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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"