Set hyplock background to desktop screenshot

This commit is contained in:
SebastianStork 2024-04-12 16:22:26 +02:00
parent c1bdfe1621
commit 9e97a6379f

View file

@ -24,6 +24,13 @@ in {
programs.hyprlock = {
enable = true;
backgrounds = [
{
path = "screenshot";
blur_passes = 1;
blur_size = 6;
}
];
};
services.hypridle = let