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
|
heroic
|
||||||
prismlauncher
|
prismlauncher
|
||||||
protonup-qt
|
protonup-qt
|
||||||
protontricks
|
|
||||||
itch
|
itch
|
||||||
inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.osu-stable
|
inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.osu-stable
|
||||||
gzdoom
|
gzdoom
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@
|
||||||
# Install steam
|
# Install steam
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
protontricks.enable = true;
|
||||||
|
localNetworkGameTransfers.openFirewall = true;
|
||||||
};
|
};
|
||||||
# Enable gamescope
|
# Enable gamescope
|
||||||
programs.gamescope = {
|
programs.gamescope = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue