Skip to content

Commit

Permalink
kakoune: fix color scheme package XDG file
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwilk authored Dec 4, 2024
1 parent 256ec26 commit 5b5de43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/programs/kakoune.nix
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,8 @@ in {
xdg.configFile = mkMerge [
{ "kak/kakrc".source = configFile; }
(mkIf (cfg.colorSchemePackage != null) {
"kak/colors/${cfg.colorSchemePackage.name}" = cfg.colorSchemePackage;
"kak/colors/${cfg.colorSchemePackage.name}".source =
cfg.colorSchemePackage;
})
];
};
Expand Down

0 comments on commit 5b5de43

Please sign in to comment.