mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Add support for system.defaults.screencapture.disable-shadow
This commit is contained in:
parent
053f2cb9cb
commit
a67e6977c4
1 changed files with 8 additions and 0 deletions
|
@ -12,5 +12,13 @@ with lib;
|
|||
The filesystem path to which screencaptures should be written.
|
||||
'';
|
||||
};
|
||||
|
||||
system.defaults.screencapture.disable-shadow = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Disable drop shadow border around screencaptures.
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue