10 lines
125 B
Nix
10 lines
125 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.betterlockscreen = {
|
|
enable = true;
|
|
arguments = [ "blur" ];
|
|
inactiveInterval = 30;
|
|
};
|
|
}
|