nix-config/home/features/desktop/common/fcitx5.nix
2024-03-07 20:41:02 +01:00

6 lines
118 B
Nix

{pkgs, ...}: {
xdg.configFile."fcitx5" = {
source = ../../../../rsc/config/fcitx5;
recursive = true;
};
}