more fragmentation of HM config

This commit is contained in:
2025-06-09 10:00:40 +03:00
parent 0fba45e67f
commit 790d749ff8
3 changed files with 17 additions and 11 deletions
+3 -1
View File
@@ -49,6 +49,7 @@
./hosts/generic/unfree_allow.nix
./hosts/Aphelion/hardware-Aphelion.nix
./hosts/Aphelion/nvidia.nix
./hosts/Aphelion/sunshine.nix
./desktop/gnome.nix
./misc/disable_suspend.nix
./home/yaroslav/steam.nix
@@ -57,7 +58,8 @@
home-manager.useUserPackages = true;
home-manager.users.yaroslav = {
imports = [
./home/yaroslav/Aphelion/Aphelion.nix
./home/yaroslav/Aphelion/Aphelion.nix
./home/yaroslav/home_gui.nix
];
};
}