fixed Ratchet modules

This commit is contained in:
yaroslav
2025-06-10 15:59:29 +03:00
parent 6e478c17ad
commit 0a10d16c18
+2 -1
View File
@@ -33,6 +33,7 @@
./hosts/generic/virtualization.nix ./hosts/generic/virtualization.nix
./hosts/generic/zapret.nix ./hosts/generic/zapret.nix
./hosts/generic/plymouth.nix ./hosts/generic/plymouth.nix
./home/yaroslav/steam.nix
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
{ {
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
@@ -40,7 +41,7 @@
imports = [ imports = [
./home/yaroslav/home.nix ./home/yaroslav/home.nix
./home/yaroslav/home_gui.nix ./home/yaroslav/home_gui.nix
./home/yaroslav/steam.nix
]; ];
}; };
} }