[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

@ -6,4 +6,11 @@
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
services.joycond.enable = true;
# Currently broken:
# environment.systemPackages = with pkgs; [
# itch
# ];
}

View file

@ -6,7 +6,7 @@
./hardware-configuration.nix
./home.nix
../../common/fonts.nix
../../common/steam.nix
../../common/gaming.nix
];
boot.loader.systemd-boot.enable = true;