Reorganize some dependencies
parent
65fbb9c122
commit
851a511cff
|
@ -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"
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue