diff options
author | polwex <polwex@sortug.com> | 2024-07-26 19:22:57 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-07-26 19:22:57 +0700 |
commit | 014b061d11abe8edcd27de37ac40b4c908407f06 (patch) | |
tree | f9d7a68cd49c9d31122b8ffc2dc67c7b1a576b15 /hosts/local/wayland.nix | |
parent | 44135f803ead33d0e31c878cd9cf0374a806d274 (diff) |
m
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; |