mirror of
https://github.com/nix-community/home-manager.git
synced 2024-12-14 11:57:55 +00:00
kakoune: fix color scheme package XDG file
This commit is contained in:
parent
256ec2653e
commit
5b5de4338f
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue