Skip to content

Commit

Permalink
update macos pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Jan 31, 2025
1 parent 7d818bb commit 4fe41cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/home/macos-enno.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ in
]
++ (with pkgs; [
attic-client
bombardier
clan-cli
cmake
colmena
deno
diceware
Expand All @@ -60,6 +62,7 @@ in
google-cloud-sdk
hcloud
home-manager
hyperfine
jless
jq
just
Expand All @@ -80,10 +83,12 @@ in
pandoc
pnpm
pqrs
pyright
qpdf
rclone
realise-symlink
ripgrep
runpodctl
rustup
shellcheck
shfmt
Expand All @@ -98,14 +103,15 @@ in
watch
wget
yt-dlp
yazi
]);

home.file.".aider.conf.yml".source =
let
settings = {
check-update = false;
dirty-commits = false;
lint-cmd = "[python: ruff check]";
lint-cmd = [ "python: ruff check" ];
suggest-shell-commands = false;
};
yamlFormat = pkgs.formats.yaml { };
Expand Down

0 comments on commit 4fe41cd

Please sign in to comment.