Merge branch 'main' of ssh://git.xenia.me.uk:2222/xenia/nixos

This commit is contained in:
Evie Litherland-Smith 2023-05-25 12:23:03 +01:00
commit af82f6d44c

View file

@ -19,6 +19,7 @@
programs.zsh.shellAliases.update = "home-manager switch";
programs.fish.shellAbbrs.update = "home-manager switch";
programs.zsh.envExtra = ''
export CC=${pkgs.gcc}/bin/gcc
eval "$(/opt/homebrew/bin/brew shellenv)"
'';
}