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;
|
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";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf enable {
|
config = lib.mkIf enable {
|
||||||
programs.hyprlock.settings = {
|
programs.hyprlock.settings = {
|
||||||
|
|
Loading…
Reference in a new issue