12 lines
140 B
Nix
12 lines
140 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
programs.hyprlock = {
|
|
enable = true;
|
|
settings = {
|
|
hide_cursor = true;
|
|
# no_fade_in = true;
|
|
};
|
|
};
|
|
}
|