[tohru] Remove reference to itch client

This commit is contained in:
Katherina Walshe-Grey 2024-06-19 20:58:18 +01:00
parent a36c1d5e9f
commit f71a65d051
2 changed files with 1 additions and 6 deletions

11
common/steam.nix Normal file
View file

@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
services.joycond.enable = true;
}