Files
nix-config/modules/home/hyprlock.nix
2025-06-18 14:15:09 +02:00

16 lines
280 B
Nix

{
programs.hyprlock = {
enable = true;
settings = {
background = {
path = "./images/sunset-rocks.png";
blur_passes = 2;
contrast = 1;
brightness = 0.5;
vibrancy = 0.2;
vibrancy_darkness = 0.2;
};
};
};
}