chore: test hyprlock config change
This commit is contained in:
parent
db6b3e7a86
commit
88364f0be0
1 changed files with 8 additions and 0 deletions
|
@ -2,5 +2,13 @@
|
||||||
programs.hyprlock = {
|
programs.hyprlock = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = null;
|
package = null;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
general.hide_cursor = true;
|
||||||
|
|
||||||
|
input-field = {
|
||||||
|
fade_on_empty = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue