nixfiles/home/environments/hyprland/hyprlock.nix

12 lines
175 B
Nix

_: {
programs.hyprlock = {
enable = true;
backgrounds = [
{
path = "screenshot";
blur_size = 8;
blur_passes = 1;
}
];
};
}