We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f50a86 commit 1da23aaCopy full SHA for 1da23aa
1 file changed
modules/pkgs.nix
@@ -1,27 +1,26 @@
1
{ pkgs, ... }:
2
let
3
utils = with pkgs; [
4
- just
5
- bat
6
- zoxide
7
- eza
8
- ripgrep
9
-
10
- jq
11
- jnv
12
aria2
+ bat
13
bottom
+ claude-code
14
curlie
15
+ eza
16
fastfetch
17
- neovim
18
fd
19
- tmux
20
- uv
21
- typst
22
+ gemini-cli-bin
+ jnv
+ jq
+ just
+ neovim
23
openssl
24
pkg-config
+ ripgrep
+ tmux
+ typst
+ uv
+ zoxide
25
];
26
27
# darwin =
@@ -39,8 +38,8 @@ let
39
38
with pkgs;
40
[
41
clang
42
- stylua
43
nixfmt-rfc-style
+ stylua
44
]
45
++ (import ./rust.nix { pkgs = pkgs; })
46
++ (import ./lsp.nix { pkgs = pkgs; })
0 commit comments