From 6af247c6c6aca01a37cecf33f9b9d7e0d59a0b96 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Sun, 11 Aug 2024 05:12:25 -0700 Subject: [PATCH] xivlauncher: textools --- home/modules/xivlauncher.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/modules/xivlauncher.nix b/home/modules/xivlauncher.nix index 4d9a676..49bf62b 100644 --- a/home/modules/xivlauncher.nix +++ b/home/modules/xivlauncher.nix @@ -6,6 +6,8 @@ in { options.snowhawk.xivlauncher = { enable = lib.mkEnableOption "xivlauncher home-manager module"; + + textools.enable = lib.mkEnableOption "TexTools wine application"; }; config =