refactor: remove unnecessary home.nix import

This commit is contained in:
2024-10-21 17:16:47 +05:30
parent 57ff22235e
commit 7ba6e0362e
6 changed files with 0 additions and 21 deletions

View File

@ -1,7 +1,3 @@
{...}: { {...}: {
imports = [
../common/home.nix
];
home.stateVersion = "23.11"; home.stateVersion = "23.11";
} }

View File

@ -1,7 +1,3 @@
{...}: { {...}: {
imports = [
../common/home.nix
];
home.stateVersion = "23.11"; home.stateVersion = "23.11";
} }

View File

@ -4,7 +4,6 @@
... ...
}: { }: {
imports = [ imports = [
../common/home.nix
../../modules/home-manager/desktop/awesome ../../modules/home-manager/desktop/awesome
../../modules/home-manager/desktop/hyprland ../../modules/home-manager/desktop/hyprland
../../modules/home-manager/desktop/waybar ../../modules/home-manager/desktop/waybar

View File

@ -1,7 +1,3 @@
{...}: { {...}: {
imports = [
../common/home.nix
];
home.stateVersion = "24.11"; home.stateVersion = "24.11";
} }

View File

@ -1,7 +1,3 @@
{...}: { {...}: {
imports = [
../common/home.nix
];
home.stateVersion = "23.11"; home.stateVersion = "23.11";
} }

View File

@ -1,7 +1,3 @@
{...}: { {...}: {
imports = [
../common/home.nix
];
home.stateVersion = "24.11"; home.stateVersion = "24.11";
} }