Use tea from homebrew

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

View File

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