This commit is contained in:
Miguel Palhas
2026-05-08 13:21:42 +01:00
parent efe63cb0a9
commit 4aa2e67794
7 changed files with 37 additions and 17 deletions
+13
View File
@@ -0,0 +1,13 @@
{
pkgs,
...
}:
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
};
hardware.steam-hardware.enable = true;
}
+1
View File
@@ -20,6 +20,7 @@
../common/features/ledger.nix
../common/features/android-studio.nix
../common/features/wine.nix
../common/features/steam.nix
../common/features/appimage.nix
../common/features/home
];