diff --git a/modules/home/mac-portable.nix b/modules/home/mac-portable.nix index 68b51c5..79a3e2b 100644 --- a/modules/home/mac-portable.nix +++ b/modules/home/mac-portable.nix @@ -73,6 +73,11 @@ 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; programs.vscode.enable = true; }