mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-25 10:52:03 +01:00
feat: add darwin packages using homebrew
This commit is contained in:
@@ -47,6 +47,9 @@
|
||||
|
||||
brews = [
|
||||
# `brew install`
|
||||
"wget"
|
||||
"curl" # no not install curl via nixpkgs, it's not working well on macOS!
|
||||
"aria2"
|
||||
"httpie"
|
||||
"wireguard-tools"
|
||||
"tailscale"
|
||||
|
||||
@@ -72,7 +72,6 @@
|
||||
aria2
|
||||
git # used by nix flakes
|
||||
git-lfs # used by huggingface models
|
||||
k9s
|
||||
|
||||
# create a fhs environment by command `fhs`, so we can run non-nixos packages in nixos!
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user