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