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