style: format f91de98
This commit is contained in:
parent
f91de989e9
commit
85a6ef0294
1 changed files with 3 additions and 5 deletions
|
@ -5,11 +5,9 @@ let
|
|||
enable = cfg.enable && config.programs.hyprlock.enable;
|
||||
in
|
||||
{
|
||||
options.programs.hyprlock.catppuccin =
|
||||
lib.ctp.mkCatppuccinOpt { name = "hyprlock"; }
|
||||
// {
|
||||
accent = lib.ctp.mkAccentOpt "hyprlock";
|
||||
};
|
||||
options.programs.hyprlock.catppuccin = lib.ctp.mkCatppuccinOpt { name = "hyprlock"; } // {
|
||||
accent = lib.ctp.mkAccentOpt "hyprlock";
|
||||
};
|
||||
|
||||
config = lib.mkIf enable {
|
||||
programs.hyprlock.settings = {
|
||||
|
|
Loading…
Reference in a new issue