Use tea from homebrew

main
mat ess 2022-07-04 21:23:49 -04:00
parent 77e10cf8b3
commit c242fb62f7
2 changed files with 7 additions and 4 deletions

View File

@ -38,6 +38,8 @@ in
"homebrew/services"
"nrlquaker/createzap"
"unisonweb/unison"
# lol
''gitea/tap", "https://gitea.com/gitea/homebrew-gitea''
];
# Prefer installing application from the Mac App Store
@ -79,7 +81,7 @@ in
homebrew.brews = [
"fileicon"
"fzf"
"tea-head"
"unison-language"
"xcbeautify"
];
}

View File

@ -24,7 +24,8 @@
programs.git.delta.enable = true;
# Gitea CLI
home.packages = with pkgs; [
tea
];
# pulling from homebrew until a new version past 0.8.0 is published
# home.packages = with pkgs; [
# tea
# ];
}