From 5c527788b463059ad56c7beba19f28ea9a7d42fe Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 12 Jan 2026 07:38:17 +0100 Subject: [PATCH] minor --- 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 e21b316..c24bf61 100644 --- a/hosts/darwin/system-default.nix +++ b/hosts/darwin/system-default.nix @@ -109,7 +109,7 @@ }; screencapture = { - disable-shadow = true; # Disable shadow in screenshots + disable-shadow = false; # Disable shadow in screenshots location = "~/Desktop"; # Default save location type = "png"; # Screenshot format: png, jpg, pdf, etc. show-thumbnail = true; # Show thumbnail after taking screenshot