We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d818bb commit 4fe41cdCopy full SHA for 4fe41cd
modules/home/macos-enno.nix
@@ -49,7 +49,9 @@ in
49
]
50
++ (with pkgs; [
51
attic-client
52
+ bombardier
53
clan-cli
54
+ cmake
55
colmena
56
deno
57
diceware
@@ -60,6 +62,7 @@ in
60
62
google-cloud-sdk
61
63
hcloud
64
home-manager
65
+ hyperfine
66
jless
67
jq
68
just
@@ -80,10 +83,12 @@ in
80
83
pandoc
81
84
pnpm
82
85
pqrs
86
+ pyright
87
qpdf
88
rclone
89
realise-symlink
90
ripgrep
91
+ runpodctl
92
rustup
93
shellcheck
94
shfmt
@@ -98,14 +103,15 @@ in
98
103
watch
99
104
wget
100
105
yt-dlp
106
+ yazi
101
107
]);
102
108
109
home.file.".aider.conf.yml".source =
110
let
111
settings = {
112
check-update = false;
113
dirty-commits = false;
- lint-cmd = "[python: ruff check]";
114
+ lint-cmd = [ "python: ruff check" ];
115
suggest-shell-commands = false;
116
};
117
yamlFormat = pkgs.formats.yaml { };
0 commit comments