configure hyprlock
This commit is contained in:
parent
e11c7848fa
commit
c82061e752
1 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,15 @@
|
|||
_: {
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
settings = {
|
||||
general = {
|
||||
ignore_empty_input = true;
|
||||
};
|
||||
background = {
|
||||
path = "screenshot";
|
||||
blur_passes = 2;
|
||||
blur_size = 5;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue