[tohru] Remove reference to itch client
This commit is contained in:
parent
a36c1d5e9f
commit
f71a65d051
2 changed files with 1 additions and 6 deletions
11
common/steam.nix
Normal file
11
common/steam.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
|
||||
services.joycond.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue