diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-05-12 18:00:09 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-05-12 18:00:09 -0700 |
| commit | a9dc4894a29a0386ddc740c0b2a47d7821726cb2 (patch) | |
| tree | 55bb33186b9915d53171970da74a79a510cf7932 /nix/users/fcuny/dev.nix | |
| parent | emacs: dired+whitespaces (diff) | |
| download | infra-a9dc4894a29a0386ddc740c0b2a47d7821726cb2.tar.gz | |
small tweaks for how to list packages to install
Diffstat (limited to '')
| -rw-r--r-- | nix/users/fcuny/dev.nix | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index 0627ca4..9b2408b 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -5,33 +5,24 @@ }: { home.packages = with pkgs; [ - _1password-cli aider-chat + basedpyright + customPackages.llmPython.llm # llm and claude support + delve + dive # explore layers in docker images docker - iterm2 - wireshark - - # go - go-tools + go-tools # collection of tools, https://github.com/dominikh/go-tools golangci-lint gopls - delve - - # python - basedpyright - customPackages.llmPython.llm - python3 - ruff - ruff-lsp - uv - - # nix nil # nix lsp nix-direnv # integration with direnv nixfmt-rfc-style # new formatter - - # rust + python3 + ruff + ruff-lsp rustup + uv + wireshark ]; # https://wezterm.org/config/lua/general.html |
