diff options
author | Franck Cuny <franck@fcuny.net> | 2024-04-15 08:22:41 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-04-15 08:23:51 -0700 |
commit | 8dde536c5dc47a87663da80485a31de3b1771987 (patch) | |
tree | ed3f052206443a4bcfc69b1aa126433809035f7a /nix/profiles | |
parent | chore: update flake (diff) | |
download | world-8dde536c5dc47a87663da80485a31de3b1771987.tar.gz |
add and remove some packages
Diffstat (limited to 'nix/profiles')
-rw-r--r-- | nix/profiles/home-manager/dev.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/dev.nix b/nix/profiles/home-manager/dev.nix index c891aa9..b8d055d 100644 --- a/nix/profiles/home-manager/dev.nix +++ b/nix/profiles/home-manager/dev.nix @@ -31,6 +31,9 @@ in golangci-lint gopls + # rust + rustup + # docker dive # explore layers in docker images @@ -44,6 +47,7 @@ in # python pythonEnv + ruff ]; home.sessionPath = [ |