mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
7 lines
173 B
Nix
7 lines
173 B
Nix
{
|
|
system.defaults.CustomSystemPreferences."com.apple.screensaver" = {
|
|
# Request password immediately.
|
|
askForPassword = 1;
|
|
askForPasswordDelay = 0;
|
|
};
|
|
}
|