1

Modules/Fcitx: Move fcitx5 configuration to new module

This commit is contained in:
2025-07-20 13:45:55 +02:00
parent 77acc48303
commit 766be71cc8
4 changed files with 626 additions and 601 deletions

View File

@ -0,0 +1,7 @@
{
lib,
mylib,
...
}: {
enable = lib.mkEnableOption "Enable the fcitx5 input method";
}