about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-02-02 08:53:33 -0800
committerFranck Cuny <franck@fcuny.net>2024-02-02 08:53:33 -0800
commit974fab5981b45f2febc47ccd64c822c4121d0bb3 (patch)
tree97cfef875ec487d00e92321bf196e14a75687118
parentinstall envoy (diff)
downloadworld-974fab5981b45f2febc47ccd64c822c4121d0bb3.tar.gz
some Mac stuff
-rw-r--r--hosts/mba/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix
index 00ac2fe..c50eae0 100644
--- a/hosts/mba/default.nix
+++ b/hosts/mba/default.nix
@@ -52,7 +52,10 @@
   system.defaults.dock.autohide = true;
   system.defaults.dock.orientation = "left";
   system.defaults.dock.showhidden = false;
+  # don’t rearrange spaces based on the most recent use
+  system.defaults.dock.mru-spaces = false;
   system.defaults.finder.AppleShowAllExtensions = true;
+  system.defaults.screencapture.location = "~/Documents/screenshots";
 
   home-manager.useGlobalPkgs = true;
   home-manager.useUserPackages = true;