From abe09d45cc1be60442b09a73117f0793dba0b170 Mon Sep 17 00:00:00 2001 From: Madeleine Date: Sat, 22 Apr 2023 17:09:03 +0100 Subject: [PATCH] macos fixes + new apps --- maddie/common/git.nix | 1 + maddie/macos/ssh.nix | 8 ++++++++ systems/mmacbookpro/apps.nix | 4 ++++ 3 files changed, 13 insertions(+) create mode 100644 maddie/macos/ssh.nix 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"