From 9b4310a1c94b4f1bb21274ca04a010781345a754 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Fri, 2 May 2025 12:09:54 +0200 Subject: some hyprland stuff --- nixos/desktop/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'nixos/desktop') diff --git a/nixos/desktop/default.nix b/nixos/desktop/default.nix index f54acb8..13d3598 100644 --- a/nixos/desktop/default.nix +++ b/nixos/desktop/default.nix @@ -47,6 +47,18 @@ }; }; + i18n.inputMethod = { + type = "fcitx5"; + enable = true; + fcitx5.addons = with pkgs; [ + fcitx5-gtk + fcitx5-lua + fcitx5-mozc + catppuccin-fcitx5 + fcitx5-table-other + ]; + }; + fonts.packages = with pkgs; [ noto-fonts font-awesome -- cgit v1.3.1