From a9dc4894a29a0386ddc740c0b2a47d7821726cb2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 12 May 2025 18:00:09 -0700 Subject: small tweaks for how to list packages to install --- nix/users/fcuny/dev.nix | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) (limited to 'nix/users/fcuny/dev.nix') 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 -- cgit v1.2.3