diff --git a/maddie/common/git.nix b/maddie/common/git.nix index 812866b..dcd0370 100644 --- a/maddie/common/git.nix +++ b/maddie/common/git.nix @@ -35,6 +35,7 @@ extraConfig = { init.defaultBranch = "development"; pull.rebase = "merges"; + core.sshCommand = "/run/current-system/sw/bin/ssh"; }; ignores = [ diff --git a/maddie/macos/ssh.nix b/maddie/macos/ssh.nix new file mode 100644 index 0000000..21c0c2d --- /dev/null +++ b/maddie/macos/ssh.nix @@ -0,0 +1,8 @@ +{ config, ... }: + +{ + programs.ssh.extraConfig = '' + Host * + IdentityAgent /Users/maddie/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh + ''; +} diff --git a/systems/mmacbookpro/apps.nix b/systems/mmacbookpro/apps.nix index 4a9b46a..fd58282 100644 --- a/systems/mmacbookpro/apps.nix +++ b/systems/mmacbookpro/apps.nix @@ -30,6 +30,9 @@ "minecraft" "prismlauncher" + # Design + "sketch" + # Development "neovide" "pycharm" @@ -39,6 +42,7 @@ "appcode" "android-studio" "tower" + "secretive" # Learning "anki"