[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

16
common/gaming.nix Normal file
View file

@ -0,0 +1,16 @@
{ config, lib, pkgs, ... }:
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
services.joycond.enable = true;
# Currently broken:
# environment.systemPackages = with pkgs; [
# itch
# ];
}