Skip to content

Commit 1da23aa

Browse files
committed
feat: Organize packages in modules/pkgs.nix
Alphabetized the 'utils' and initial 'development' lists for better readability and maintainability.
1 parent 9f50a86 commit 1da23aa

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

modules/pkgs.nix

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
{ pkgs, ... }:
22
let
33
utils = with pkgs; [
4-
just
5-
bat
6-
zoxide
7-
eza
8-
ripgrep
9-
10-
jq
11-
jnv
124
aria2
5+
bat
136
bottom
7+
claude-code
148
curlie
15-
9+
eza
1610
fastfetch
17-
neovim
1811
fd
19-
tmux
20-
uv
21-
typst
22-
12+
gemini-cli-bin
13+
jnv
14+
jq
15+
just
16+
neovim
2317
openssl
2418
pkg-config
19+
ripgrep
20+
tmux
21+
typst
22+
uv
23+
zoxide
2524
];
2625

2726
# darwin =
@@ -39,8 +38,8 @@ let
3938
with pkgs;
4039
[
4140
clang
42-
stylua
4341
nixfmt-rfc-style
42+
stylua
4443
]
4544
++ (import ./rust.nix { pkgs = pkgs; })
4645
++ (import ./lsp.nix { pkgs = pkgs; })

0 commit comments

Comments
 (0)