feat: move protontricks, enable local game transfers

This commit is contained in:
CronyAkatsuki 2026-02-15 13:48:24 +01:00
parent 7367a57778
commit 2391c71957
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,6 @@
heroic
prismlauncher
protonup-qt
protontricks
itch
inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.osu-stable
gzdoom

View file

@ -15,6 +15,8 @@
# Install steam
programs.steam = {
enable = true;
protontricks.enable = true;
localNetworkGameTransfers.openFirewall = true;
};
# Enable gamescope
programs.gamescope = {