From ba1954e87744d3f342f738fd6f045c3eba7951a5 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 13 Feb 2026 06:44:18 +0100 Subject: [PATCH] change macos screenshot location --- hosts/darwin/system-default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/darwin/system-default.nix b/hosts/darwin/system-default.nix index 1ee634b..029080e 100644 --- a/hosts/darwin/system-default.nix +++ b/hosts/darwin/system-default.nix @@ -101,7 +101,7 @@ screencapture = { disable-shadow = false; - location = "~/Media/dcim-consume/"; + location = "~/Documents/consume/dcim"; type = "png"; show-thumbnail = true; };