feat: move protontricks, enable local game transfers
This commit is contained in:
parent
7367a57778
commit
2391c71957
2 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,6 @@
|
|||
heroic
|
||||
prismlauncher
|
||||
protonup-qt
|
||||
protontricks
|
||||
itch
|
||||
inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.osu-stable
|
||||
gzdoom
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@
|
|||
# Install steam
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
protontricks.enable = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
};
|
||||
# Enable gamescope
|
||||
programs.gamescope = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue