Skip to content

Commit 4fe41cd

Browse files
committed
update macos pkgs
1 parent 7d818bb commit 4fe41cd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

modules/home/macos-enno.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ in
4949
]
5050
++ (with pkgs; [
5151
attic-client
52+
bombardier
5253
clan-cli
54+
cmake
5355
colmena
5456
deno
5557
diceware
@@ -60,6 +62,7 @@ in
6062
google-cloud-sdk
6163
hcloud
6264
home-manager
65+
hyperfine
6366
jless
6467
jq
6568
just
@@ -80,10 +83,12 @@ in
8083
pandoc
8184
pnpm
8285
pqrs
86+
pyright
8387
qpdf
8488
rclone
8589
realise-symlink
8690
ripgrep
91+
runpodctl
8792
rustup
8893
shellcheck
8994
shfmt
@@ -98,14 +103,15 @@ in
98103
watch
99104
wget
100105
yt-dlp
106+
yazi
101107
]);
102108

103109
home.file.".aider.conf.yml".source =
104110
let
105111
settings = {
106112
check-update = false;
107113
dirty-commits = false;
108-
lint-cmd = "[python: ruff check]";
114+
lint-cmd = [ "python: ruff check" ];
109115
suggest-shell-commands = false;
110116
};
111117
yamlFormat = pkgs.formats.yaml { };

0 commit comments

Comments
 (0)