Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(home-manager): add support for lsd #454

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mariovagomarzal
Copy link
Contributor

Add support for the LSD program.

In particular, the module defines the programs.lsd.colors option to be correspondent themes/catppuccin-<flavor>/colors.yaml file of the LSD port.

modules/home-manager/lsd.nix Outdated Show resolved Hide resolved
modules/home-manager/lsd.nix Show resolved Hide resolved
@mariovagomarzal
Copy link
Contributor Author

Why is the "CI / Build Packages (macos-13)" check taking so long and failing?


config = lib.mkIf enable {
xdg.configFile = {
"lsd/config.yaml".source = "${sources.lsd}/catppuccin-${cfg.flavor}/colors.yaml";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noticed this should be colors.yaml not config.yaml

Suggested change
"lsd/config.yaml".source = "${sources.lsd}/catppuccin-${cfg.flavor}/colors.yaml";
"lsd/colors.yaml".source = "${sources.lsd}/catppuccin-${cfg.flavor}/colors.yaml";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants