diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 15:42:06 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:50 -0700 |
| commit | 6f6b6b59e64ee94be095e856e1e6943bbf574349 (patch) | |
| tree | 2e228d8cdc48273d12a238fe34c3e3124da754c0 /snowfall/modules/home/suites | |
| parent | 89911792efc07ce5dd52f3a9f5b2eb2046fd06a6 (diff) | |
migration: fcitx5 theme + fix
Diffstat (limited to 'snowfall/modules/home/suites')
| -rw-r--r-- | snowfall/modules/home/suites/desktop/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/modules/home/suites/desktop/default.nix b/snowfall/modules/home/suites/desktop/default.nix index a98472a..377cff6 100644 --- a/snowfall/modules/home/suites/desktop/default.nix +++ b/snowfall/modules/home/suites/desktop/default.nix @@ -22,6 +22,7 @@ in { picom.enable = true; gtk.enable = true; + fcitx5.enable = true; }; }; }; |