diff options
Diffstat (limited to 'hosts/local/wayland.nix')
-rw-r--r-- | hosts/local/wayland.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/local/wayland.nix b/hosts/local/wayland.nix index 256c84d..57fd4cc 100644 --- a/hosts/local/wayland.nix +++ b/hosts/local/wayland.nix @@ -73,7 +73,6 @@ obsidian signal-desktop tdesktop - brave gimp vlc mpv @@ -81,7 +80,6 @@ thunderbird kmail firefox - chromium pavucontrol # icons polkit_gnome @@ -113,9 +111,11 @@ i18n.inputMethod = { type = "fcitx5"; + enable = true; fcitx5 = { # enabled = true; addons = with pkgs; [ + rime-data fcitx5-rime fcitx5-mozc fcitx5-configtool @@ -125,6 +125,7 @@ waylandFrontend = true; }; }; + services.xserver.desktopManager.runXdgAutostartIfNone = true; fonts = { enableDefaultPackages = true; |