mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-15 21:08:21 +00:00
Merge pull request #190 from zupo/patch-1
Add support for system.defaults.screencapture.disable-shadow
This commit is contained in:
commit
ee2c31205c
1 changed files with 8 additions and 0 deletions
|
@ -12,5 +12,13 @@ with lib;
|
||||||
The filesystem path to which screencaptures should be written.
|
The filesystem path to which screencaptures should be written.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
system.defaults.screencapture.disable-shadow = mkOption {
|
||||||
|
type = types.nullOr types.bool;
|
||||||
|
default = null;
|
||||||
|
description = ''
|
||||||
|
Disable drop shadow border around screencaptures. The default is false;
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue