[tohru] Remove reference to itch client

This commit is contained in:
Katherina Walshe-Grey 2024-06-19 20:58:18 +01:00
parent a36c1d5e9f
commit f71a65d051
2 changed files with 1 additions and 6 deletions

View file

@ -8,9 +8,4 @@
}; };
services.joycond.enable = true; services.joycond.enable = true;
# Currently broken:
# environment.systemPackages = with pkgs; [
# itch
# ];
} }

View file

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