Reorganize some dependencies

work
mat ess 2022-07-16 14:38:47 -04:00
parent 65fbb9c122
commit 851a511cff
3 changed files with 4 additions and 8 deletions

View File

@ -38,8 +38,6 @@ 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
@ -81,7 +79,6 @@ in
homebrew.brews = [ homebrew.brews = [
"fileicon" "fileicon"
"fzf" "fzf"
"tea-head"
"unison-language" "unison-language"
]; ];
} }

View File

@ -98,7 +98,7 @@
flyctl # command line tools for fly.io flyctl # command line tools for fly.io
jq # json processor jq # json processor
pijul # alternative to `git` pijul # alternative to `git`
rustup # rust toolchain # rustup # rust toolchain
# Useful nix related tools # Useful nix related tools
cachix # adding/managing alternative binary caches hosted by Cachix cachix # adding/managing alternative binary caches hosted by Cachix

View File

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