mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
refactor: remove unnecessary home.nix import
This commit is contained in:
@ -1,7 +1,3 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../common/home.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
|
@ -1,7 +1,3 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../common/home.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
|
@ -4,7 +4,6 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
../common/home.nix
|
||||
../../modules/home-manager/desktop/awesome
|
||||
../../modules/home-manager/desktop/hyprland
|
||||
../../modules/home-manager/desktop/waybar
|
||||
|
@ -1,7 +1,3 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../common/home.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
|
@ -1,7 +1,3 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../common/home.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
|
@ -1,7 +1,3 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../common/home.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
|
Reference in New Issue
Block a user