From 1724c37cb52490890c6e56b3601e5a51ad86d4df Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Fri, 16 Aug 2024 23:47:38 -0700 Subject: [PATCH] xivlauncher: junk testing --- home/modules/xivlauncher.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/modules/xivlauncher.nix b/home/modules/xivlauncher.nix index 49bf62b..774fc6b 100644 --- a/home/modules/xivlauncher.nix +++ b/home/modules/xivlauncher.nix @@ -19,6 +19,12 @@ in (writeShellScriptBin "iinact" '' ${pkgs.brave}/bin/brave --new-window "http://proxy.iinact.com/overlay/skyline/?OVERLAY_WS=ws://127.0.0.1:10501/ws" '') + + # (lib.mkIf cfg.textools.enable pkgs.wrapWine { + # # https://gist.github.com/helpful-fox-senko-san/6238143f5c7352ab44e62c5a0f7f7642 + # name = "textools"; + # tricks = [ "dotnet48" "dxvk" ]; + # }) ] ++ map (name: (writeShellScriptBin name launchffxiv)) [ "ff14" "xivlauncher" ]; }; }