6 lines
118 B
Nix
6 lines
118 B
Nix
{pkgs, ...}: {
|
|
xdg.configFile."fcitx5" = {
|
|
source = ../../../../rsc/config/fcitx5;
|
|
recursive = true;
|
|
};
|
|
}
|