Skip to content

Commit

Permalink
fix(home-manager/fcitx5): ajust source (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored Dec 30, 2024
1 parent 457c23a commit 7413a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/fcitx5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ in
config = lib.mkIf enable {
xdg.dataFile = {
"fcitx5/themes/catppuccin-${cfg.flavor}-${cfg.accent}" = {
source = "${sources.fcitx5}/usr/share/fcitx5/themes/catppuccin-${cfg.flavor}-${cfg.accent}";
source = "${sources.fcitx5}/share/fcitx5/themes/catppuccin-${cfg.flavor}-${cfg.accent}";
recursive = true;
};
};
Expand Down

0 comments on commit 7413a65

Please sign in to comment.