diff options
Diffstat (limited to 'nix/users/fcuny/dev.nix')
| -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 |
