Skip to content

Commit

Permalink
Prefer stable fcitx5-mozc again
Browse files Browse the repository at this point in the history
At least introduced in GH-964 or previous PRs
  • Loading branch information
kachick committed Dec 1, 2024
1 parent 936ed34 commit 16562a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
type = "fcitx5";

fcitx5.addons = [
pkgs.unstable.fcitx5-mozc # TODO: Prefer stable after https://github.com/NixOS/nixpkgs/pull/356590 included
pkgs.fcitx5-mozc
pkgs.fcitx5-gtk
];

Expand Down

0 comments on commit 16562a3

Please sign in to comment.