Be nicer
This commit is contained in:
parent
a67e6977c4
commit
c4970fbc4e
1 changed files with 3 additions and 3 deletions
|
|
@ -14,10 +14,10 @@ with lib;
|
|||
};
|
||||
|
||||
system.defaults.screencapture.disable-shadow = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
description = ''
|
||||
Disable drop shadow border around screencaptures.
|
||||
Disable drop shadow border around screencaptures. The default is false;
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue