mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 10:37:44 +00:00
darwin: more tinkering
This commit is contained in:
parent
6b94e1cea1
commit
7f1381c474
7 changed files with 81 additions and 11 deletions
7
modules/darwin/screensaver.nix
Normal file
7
modules/darwin/screensaver.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
system.defaults.CustomSystemPreferences."com.apple.screensaver" = {
|
||||
# Request password immediately.
|
||||
askForPassword = 1;
|
||||
askForPasswordDelay = 0;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue