This commit is contained in:
2025-06-18 14:15:09 +02:00
parent c484adeccf
commit b8e8c688e5
2 changed files with 93 additions and 77 deletions

15
modules/home/hyprlock.nix Normal file
View File

@ -0,0 +1,15 @@
{
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;
};
};
};
}