Use tea from homebrew
parent
77e10cf8b3
commit
c242fb62f7
|
@ -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"
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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
|
||||
# ];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue