Hint for where to look up system setting values

This commit is contained in:
2026-05-14 19:25:32 +02:00
parent 6e1631d77b
commit 7819928be2

View File

@@ -73,6 +73,11 @@
export SSH_AUTH_SOCK=~/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh export SSH_AUTH_SOCK=~/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
''; '';
# TODO: defaults read NSGlobalDomain
# https://nix-darwin.github.io/nix-darwin/manual/index.html
# -> set system.defaults.NSGlobalDomain
# or system.defaults.CustomSystemPreferences
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
programs.vscode.enable = true; programs.vscode.enable = true;
} }