diff --git a/hosts/alpha/home.nix b/hosts/alpha/home.nix index 6a6b363..86ea8a7 100644 --- a/hosts/alpha/home.nix +++ b/hosts/alpha/home.nix @@ -1,7 +1,3 @@ {...}: { - imports = [ - ../common/home.nix - ]; - home.stateVersion = "23.11"; } diff --git a/hosts/arcturus/home.nix b/hosts/arcturus/home.nix index 6a6b363..86ea8a7 100644 --- a/hosts/arcturus/home.nix +++ b/hosts/arcturus/home.nix @@ -1,7 +1,3 @@ {...}: { - imports = [ - ../common/home.nix - ]; - home.stateVersion = "23.11"; } diff --git a/hosts/canopus/home.nix b/hosts/canopus/home.nix index 0ae1ce0..eb1ff1c 100644 --- a/hosts/canopus/home.nix +++ b/hosts/canopus/home.nix @@ -4,7 +4,6 @@ ... }: { imports = [ - ../common/home.nix ../../modules/home-manager/desktop/awesome ../../modules/home-manager/desktop/hyprland ../../modules/home-manager/desktop/waybar diff --git a/hosts/capella/home.nix b/hosts/capella/home.nix index bbac4a5..06e725e 100644 --- a/hosts/capella/home.nix +++ b/hosts/capella/home.nix @@ -1,7 +1,3 @@ {...}: { - imports = [ - ../common/home.nix - ]; - home.stateVersion = "24.11"; } diff --git a/hosts/sirius/home.nix b/hosts/sirius/home.nix index 6a6b363..86ea8a7 100644 --- a/hosts/sirius/home.nix +++ b/hosts/sirius/home.nix @@ -1,7 +1,3 @@ {...}: { - imports = [ - ../common/home.nix - ]; - home.stateVersion = "23.11"; } diff --git a/hosts/vega/home.nix b/hosts/vega/home.nix index bbac4a5..06e725e 100644 --- a/hosts/vega/home.nix +++ b/hosts/vega/home.nix @@ -1,7 +1,3 @@ {...}: { - imports = [ - ../common/home.nix - ]; - home.stateVersion = "24.11"; }