This commit is contained in:
Nejc Zupan 2020-04-12 18:21:07 +01:00 committed by GitHub
parent a67e6977c4
commit c4970fbc4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
'';
};
};