From 377c4be269543f27fb86d473777c761381f0a7d6 Mon Sep 17 00:00:00 2001 From: caem Date: Sun, 1 Dec 2024 13:16:43 +0100 Subject: [PATCH] games: Remove xivlauncher I haven't touched the game in months. Don't really need this anymore. All it does is add a minute to rebuild time because C# is a piece of shit that should've never cursed the earth. --- modules/desktop/apps/games.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/desktop/apps/games.nix b/modules/desktop/apps/games.nix index a2c1794..f380665 100644 --- a/modules/desktop/apps/games.nix +++ b/modules/desktop/apps/games.nix @@ -23,7 +23,6 @@ environment.systemPackages = with pkgs; [ prismlauncher protonup-qt - xivlauncher osu-lazer-bin protontricks ];