Add gcc to Mac

This commit is contained in:
Evie Litherland-Smith 2023-05-20 10:13:35 +01:00
parent 71ad1cae2f
commit 2ff77ebe3b

View file

@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
imports = [
../env
../tui
@ -14,6 +14,8 @@
services.syncthing.enable = true;
home.packages = [pkgs.gcc];
programs.zsh.shellAliases.update = "home-manager switch";
programs.fish.shellAbbrs.update = "home-manager switch";
programs.zsh.envExtra = ''