style: format f91de98

This commit is contained in:
github-actions[bot] 2024-09-21 20:28:56 +00:00
parent f91de989e9
commit 85a6ef0294

View file

@ -5,9 +5,7 @@ let
enable = cfg.enable && config.programs.hyprlock.enable; enable = cfg.enable && config.programs.hyprlock.enable;
in in
{ {
options.programs.hyprlock.catppuccin = options.programs.hyprlock.catppuccin = lib.ctp.mkCatppuccinOpt { name = "hyprlock"; } // {
lib.ctp.mkCatppuccinOpt { name = "hyprlock"; }
// {
accent = lib.ctp.mkAccentOpt "hyprlock"; accent = lib.ctp.mkAccentOpt "hyprlock";
}; };