diff --git a/hosts/darwin/system-default.nix b/hosts/darwin/system-default.nix index b42618f..e438fb4 100644 --- a/hosts/darwin/system-default.nix +++ b/hosts/darwin/system-default.nix @@ -113,8 +113,8 @@ }; screencapture = { - disable-shadow = false; # Disable shadow in screenshots - location = "~/Downloads"; # Default save location + disable-shadow = false; # Disable shadow in screenshots + location = "~/Media/dcim-consume/"; # Default save location type = "png"; # Screenshot format: png, jpg, pdf, etc. show-thumbnail = true; # Show thumbnail after taking screenshot };