Reorganize some dependencies

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

View File

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

View File

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