From f71a65d0513d3268b7469c3a382d5a6549309135 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Wed, 19 Jun 2024 20:58:18 +0100 Subject: [PATCH] [tohru] Remove reference to itch client --- common/{gaming.nix => steam.nix} | 5 ----- hosts/tohru/configuration.nix | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) rename common/{gaming.nix => steam.nix} (68%) diff --git a/common/gaming.nix b/common/steam.nix similarity index 68% rename from common/gaming.nix rename to common/steam.nix index b58ffc5..d59135c 100644 --- a/common/gaming.nix +++ b/common/steam.nix @@ -8,9 +8,4 @@ }; 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;