diff --git a/common/steam.nix b/common/gaming.nix similarity index 55% rename from common/steam.nix rename to common/gaming.nix index e03ca13..b58ffc5 100644 --- a/common/steam.nix +++ b/common/gaming.nix @@ -6,4 +6,11 @@ remotePlay.openFirewall = true; dedicatedServer.openFirewall = true; }; + + services.joycond.enable = true; + + # Currently broken: + # environment.systemPackages = with pkgs; [ + # itch + # ]; } \ No newline at end of file diff --git a/hosts/tohru/configuration.nix b/hosts/tohru/configuration.nix index 388c069..70865b3 100644 --- a/hosts/tohru/configuration.nix +++ b/hosts/tohru/configuration.nix @@ -6,7 +6,7 @@ ./hardware-configuration.nix ./home.nix ../../common/fonts.nix - ../../common/steam.nix + ../../common/gaming.nix ]; boot.loader.systemd-boot.enable = true;