mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
defaults: set screencapture.location's default to null
This commit is contained in:
parent
93f0692422
commit
9a1499b128
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ with lib;
|
|||
options = {
|
||||
|
||||
system.defaults.screencapture.location = mkOption {
|
||||
type = types.string;
|
||||
default = "~/Desktop";
|
||||
type = types.nullOr types.str;
|
||||
default = null;
|
||||
description = ''
|
||||
The filesystem path to which screencaptures should be written.
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue