aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/dev.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-12-09 09:15:23 -0800
committerFranck Cuny <franck@fcuny.net>2023-12-09 09:15:23 -0800
commit543fcc38c9c48349d6988b1ace119f0cef2d6efa (patch)
treeae8174b09797fd19e365f60bf25a9d20b222c855 /home/profiles/dev.nix
parentinstall kind / configure the dock (diff)
downloadinfra-543fcc38c9c48349d6988b1ace119f0cef2d6efa.tar.gz
delete even more unused configurations
Diffstat (limited to '')
-rw-r--r--home/profiles/dev.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/home/profiles/dev.nix b/home/profiles/dev.nix
index dd9409d..a860027 100644
--- a/home/profiles/dev.nix
+++ b/home/profiles/dev.nix
@@ -22,10 +22,15 @@ in
home.packages = with pkgs; [
go-tools
- pythonEnv
- google-cloud-sdk
golangci-lint
gopls
+
+ dive # explore layers in docker images
+
+ pythonEnv
+
+ google-cloud-sdk
+
];
home.sessionPath = [