Merge branch 'master' of clank:repos/nixos

Merge Ratchet private config with upstream from Aphelion
This commit is contained in:
yaroslav
2025-06-10 19:18:23 +03:00
+2 -1
View File
@@ -38,6 +38,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;
@@ -45,7 +46,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
]; ];
}; };
} }