summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/defaults/screencapture.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/defaults/screencapture.nix b/modules/system/defaults/screencapture.nix
index a101c00..1b01049 100644
--- a/modules/system/defaults/screencapture.nix
+++ b/modules/system/defaults/screencapture.nix
@@ -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.
+ '';
+ };
};
}