about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-05-09 23:54:40 +0100
committerajs124 <git@ajs124.de>2023-09-04 13:54:50 +0200
commit308baf304984fb5bb94f0b69f4b4dc8d5030405d (patch)
tree774fadbdda1a35f0e70157d912c45d5e8175e90c /nixos
parent79ff04f384c49225dc1128ea4401507895af3335 (diff)
uim: remove qt4, fix qt5
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/i18n/input-method/uim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/i18n/input-method/uim.nix b/nixos/modules/i18n/input-method/uim.nix
index 9491ab2640fcc..7225783b2a6f8 100644
--- a/nixos/modules/i18n/input-method/uim.nix
+++ b/nixos/modules/i18n/input-method/uim.nix
@@ -10,7 +10,7 @@ in
 
     i18n.inputMethod.uim = {
       toolbar = mkOption {
-        type    = types.enum [ "gtk" "gtk3" "gtk-systray" "gtk3-systray" "qt4" ];
+        type    = types.enum [ "gtk" "gtk3" "gtk-systray" "gtk3-systray" "qt5" ];
         default = "gtk";
         example = "gtk-systray";
         description = lib.mdDoc ''