[tohru] Enable joycond

This commit is contained in:
Katherina Walshe-Grey 2024-06-14 15:41:33 +01:00
parent 479dcc536a
commit a558fb0324
2 changed files with 8 additions and 1 deletions

View file

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