diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-05-02 12:09:54 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-05-02 12:09:54 +0200 |
| commit | 9b4310a1c94b4f1bb21274ca04a010781345a754 (patch) | |
| tree | f82bc174689e73a847b251c1e6befaed2891700c /nixos/desktop | |
| parent | d87e75acd2db95014819900b1d903108c8f57a0c (diff) | |
some hyprland stuff
Diffstat (limited to 'nixos/desktop')
| -rw-r--r-- | nixos/desktop/default.nix | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
