uim: remove qt4, fix qt5

This commit is contained in:
ajs124 2022-05-09 23:54:40 +01:00
parent 79ff04f384
commit 308baf3049
2 changed files with 2 additions and 15 deletions

View file

@ -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 ''