diff options
Diffstat (limited to 'hosts/local/wayland.nix')
-rw-r--r-- | hosts/local/wayland.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/local/wayland.nix b/hosts/local/wayland.nix index 3b7c6c4..b470939 100644 --- a/hosts/local/wayland.nix +++ b/hosts/local/wayland.nix @@ -112,9 +112,11 @@ i18n.inputMethod = { type = "fcitx5"; + enable = true; fcitx5 = { # enabled = true; addons = with pkgs; [ + rime-data fcitx5-rime fcitx5-mozc fcitx5-configtool @@ -124,6 +126,7 @@ waylandFrontend = true; }; }; + services.xserver.desktopManager.runXdgAutostartIfNone = true; fonts = { enableDefaultPackages = true; |