Skip to content

Commit

Permalink
nixos/modules/gui: enable fcitx wayland frontend (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc authored Jan 14, 2024
1 parent 0eef523 commit 52a986c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/gui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ in
fcitx5.addons = with pkgs; [
fcitx5-chinese-addons
];
fcitx5.waylandFrontend = true;
};

services.greetd = {
Expand Down

0 comments on commit 52a986c

Please sign in to comment.