added steam

This commit is contained in:
2025-06-08 13:43:37 +03:00
parent 30ea996a40
commit ef204b0dd4
5 changed files with 28 additions and 4 deletions
+6 -1
View File
@@ -53,7 +53,12 @@
zapret.nixosModules.zapret
{
home-manager.useUserPackages = true;
home-manager.users.yaroslav = import ./home/yaroslav/Aphelion/Aphelion.nix;
home-manager.users.yaroslav = {
imports = [
./home/yaroslav/Aphelion/Aphelion.nix
./home/yaroslav/steam.nix
];
};
}
];
};