From 7ba6e0362e35449ee43e0dc5ada2d943a6f9fc98 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Mon, 21 Oct 2024 17:16:47 +0530 Subject: [PATCH] refactor: remove unnecessary home.nix import --- hosts/alpha/home.nix | 4 ---- hosts/arcturus/home.nix | 4 ---- hosts/canopus/home.nix | 1 - hosts/capella/home.nix | 4 ---- hosts/sirius/home.nix | 4 ---- hosts/vega/home.nix | 4 ---- 6 files changed, 21 deletions(-) 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"; }