diff --git a/common/gaming.nix b/common/steam.nix similarity index 55% rename from common/gaming.nix rename to common/steam.nix index b58ffc5..e03ca13 100644 --- a/common/gaming.nix +++ b/common/steam.nix @@ -6,11 +6,4 @@ 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 70865b3..388c069 100644 --- a/hosts/tohru/configuration.nix +++ b/hosts/tohru/configuration.nix @@ -6,7 +6,7 @@ ./hardware-configuration.nix ./home.nix ../../common/fonts.nix - ../../common/gaming.nix + ../../common/steam.nix ]; boot.loader.systemd-boot.enable = true; diff --git a/hosts/tohru/home.nix b/hosts/tohru/home.nix index 31f8e74..dfbdbe8 100644 --- a/hosts/tohru/home.nix +++ b/hosts/tohru/home.nix @@ -14,7 +14,6 @@ bitwarden foliate keepassxc - thunderbird tor-browser-bundle-bin ]; programs.chromium.enable = true;