Skip to content

Commit 525b633

Browse files
committed
chore(pkgs): provide basic macos utils by default
1 parent 202522c commit 525b633

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

Diff for: flake.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: modules/pkgs.nix

+5
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ let
1111
jnv
1212
aria2
1313
htop
14+
curlie
1415

1516
fastfetch
1617
neovim
1718
fd
1819
tmux
1920
uv
21+
22+
openssl
23+
pkg-config
2024
];
2125

2226
darwin =
@@ -25,6 +29,7 @@ let
2529

2630
frameworks.Security
2731
frameworks.CoreFoundation
32+
frameworks.SystemConfiguration
2833
]
2934

3035
++ (import ./fonts.nix { pkgs = pkgs; });

0 commit comments

Comments
 (0)