configure hyprlock

This commit is contained in:
Adithya 2024-05-12 19:05:49 +05:30
parent e11c7848fa
commit c82061e752
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -1,5 +1,15 @@
_: {
programs.hyprlock = {
enable = true;
settings = {
general = {
ignore_empty_input = true;
};
background = {
path = "screenshot";
blur_passes = 2;
blur_size = 5;
};
};
};
}