turn string option into the many sub options
This enables me to enable multiple desktop environments at the same time.
This commit is contained in:
parent
17e0ff33a0
commit
f8b6dd5e7c
17 changed files with 30 additions and 29 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
inputMethod = {
|
||||
type = "fcitx5";
|
||||
enable = config.osbmModules.desktopEnvironment != "none";
|
||||
enable = !config.osbmModules.desktopEnvironment.none;
|
||||
fcitx5.addons = with pkgs; [
|
||||
fcitx5-mozc
|
||||
fcitx5-gtk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue