macos fixes + new apps

This commit is contained in:
Maddie H 2023-04-22 17:09:03 +01:00
parent ebb5ec4600
commit abe09d45cc
Signed by: maddie
GPG Key ID: C296DE8C9053683F
3 changed files with 13 additions and 0 deletions

View File

@ -35,6 +35,7 @@
extraConfig = {
init.defaultBranch = "development";
pull.rebase = "merges";
core.sshCommand = "/run/current-system/sw/bin/ssh";
};
ignores = [

8
maddie/macos/ssh.nix Normal file
View File

@ -0,0 +1,8 @@
{ config, ... }:
{
programs.ssh.extraConfig = ''
Host *
IdentityAgent /Users/maddie/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
'';
}

View File

@ -30,6 +30,9 @@
"minecraft"
"prismlauncher"
# Design
"sketch"
# Development
"neovide"
"pycharm"
@ -39,6 +42,7 @@
"appcode"
"android-studio"
"tower"
"secretive"
# Learning
"anki"