feat(screencapture): add save-selections
This commit is contained in:
parent
c31afa6e76
commit
e5e7b6e878
3 changed files with 14 additions and 0 deletions
|
|
@ -41,6 +41,14 @@ with lib;
|
|||
'';
|
||||
};
|
||||
|
||||
system.defaults.screencapture.save-selections = mkOption {
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
description = ''
|
||||
Remember the selection window of the last screencapture. The default is true.
|
||||
'';
|
||||
};
|
||||
|
||||
system.defaults.screencapture.show-thumbnail = mkOption {
|
||||
type = types.nullOr types.bool;
|
||||
default = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue