Skip to content

Commit

Permalink
fix(home-manager/lsd): rename the colors.yaml file
Browse files Browse the repository at this point in the history
Co-authored-by: Isabel <[email protected]>
  • Loading branch information
mariovagomarzal and isabelroses authored Jan 11, 2025
1 parent aad5d0a commit 69fc4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/lsd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in

config = lib.mkIf enable {
xdg.configFile = {
"lsd/config.yaml".source = "${sources.lsd}/catppuccin-${cfg.flavor}/colors.yaml";
"lsd/colors.yaml".source = "${sources.lsd}/catppuccin-${cfg.flavor}/colors.yaml";
};
programs.lsd.settings.color.theme = "custom";
};
Expand Down

0 comments on commit 69fc4b3

Please sign in to comment.