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 = { extraConfig = {
init.defaultBranch = "development"; init.defaultBranch = "development";
pull.rebase = "merges"; pull.rebase = "merges";
core.sshCommand = "/run/current-system/sw/bin/ssh";
}; };
ignores = [ 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" "minecraft"
"prismlauncher" "prismlauncher"
# Design
"sketch"
# Development # Development
"neovide" "neovide"
"pycharm" "pycharm"
@ -39,6 +42,7 @@
"appcode" "appcode"
"android-studio" "android-studio"
"tower" "tower"
"secretive"
# Learning # Learning
"anki" "anki"