Skip to content

Commit

Permalink
fix(fuzzel): update file path
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 1, 2024
1 parent 5117bd8 commit d2f8256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/home-manager/fuzzel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ in
};

config = lib.mkIf cfg.enable {
programs.fuzzel.settings.main.include = sources.fuzzel + "/themes/${cfg.flavor}/${cfg.accent}.ini";
programs.fuzzel.settings.main.include =
sources.fuzzel + "/themes/catppuccin-${cfg.flavor}/${cfg.accent}.ini";
};
}

0 comments on commit d2f8256

Please sign in to comment.