This commit is contained in:
lsoriano-mcm
2025-06-28 17:27:08 -05:00
parent 1e19f865de
commit ea86b6f7e5
5 changed files with 4 additions and 54 deletions
+2
View File
@@ -6,6 +6,8 @@
environment.systemPackages = [
# or home.packages
inputs.nix-gaming.packages.${pkgs.system}.wine # installs a package
pkgs.steam
pkgs.protonup-qt
];
programs.steam.platformOptimizations.enable = true;
}