[tohru] Enable joycond
This commit is contained in:
parent
479dcc536a
commit
a558fb0324
2 changed files with 8 additions and 1 deletions
16
common/gaming.nix
Normal file
16
common/gaming.nix
Normal 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
|
||||
# ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue