Nix/HM module: remove shadow options from backgrounds

This commit is contained in:
Maximilian Seidler 2024-03-10 12:57:02 +01:00 committed by Mihai Fufezan
parent 6027f12d3b
commit 5c91621ad2
1 changed files with 1 additions and 6 deletions

View File

@ -151,8 +151,7 @@ in {
type = float; type = float;
default = 0.05; default = 0.05;
}; };
} };
// shadow;
}); });
default = [ default = [
{} {}
@ -409,10 +408,6 @@ in {
brightness = ${toString background.brightness} brightness = ${toString background.brightness}
vibrancy = ${toString background.vibrancy} vibrancy = ${toString background.vibrancy}
vibrancy_darkness = ${toString background.vibrancy_darkness} vibrancy_darkness = ${toString background.vibrancy_darkness}
shadow_passes = ${toString background.shadow_passes}
shadow_size = ${toString background.shadow_size}
shadow_color = ${background.shadow_color}
shadow_boost = ${toString background.shadow_boost}
} }
'') '')
cfg.backgrounds)} cfg.backgrounds)}