From ccbd137837f7dcea0796f2fcdeee903b4f4158c4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 14 Dec 2024 14:29:23 +0100 Subject: fix(modules/inputMethods): Remove This is a huge hack, that doesn't even work with all my applications (notably, alacritty does not support ibus.) As such, simply disabling it is the right call. --- modules/by-name/in/inputMethod/module.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 modules/by-name/in/inputMethod/module.nix (limited to 'modules/by-name/in/inputMethod') diff --git a/modules/by-name/in/inputMethod/module.nix b/modules/by-name/in/inputMethod/module.nix deleted file mode 100644 index 76fcaaee..00000000 --- a/modules/by-name/in/inputMethod/module.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ - config, - lib, - ... -}: let - cfg = config.soispha.services.inputMethod; -in { - options.soispha.services.inputMethod = { - enable = lib.mkEnableOption "inputMethod"; - }; - - config.i18n.inputMethod = lib.mkIf cfg.enable { - enable = true; - type = "ibus"; - }; -} -- cgit 1.4.1