ctucx.git: nixfiles

ctucx' nixfiles

commit e79aade2d05ba37f2df58a271ef91c54456a17de
parent 734dbf86337e65110f55015304fe35c901dae43a
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 20 Mar 2022 18:14:20 +0100

machines/blechbuechse: disable shadow on screenshots
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/machines/blechbuechse/darwin-configuration.nix b/machines/blechbuechse/darwin-configuration.nix
@@ -150,7 +150,8 @@ in {
     };
 
     screencapture = {
-      location = "/Users/leah/Pictures/Screenshots";
+      disable-shadow = true;
+      location       = "/Users/leah/Pictures/Screenshots";
     };
 
     smb = {