aboutsummaryrefslogtreecommitdiff
path: root/nix/profiles/home-manager/dev.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-03-04 16:17:39 -0800
committerFranck Cuny <franck@fcuny.net>2024-03-04 16:17:39 -0800
commitd048a7b6a225f9e30b2a95e9461f4c267eb29af0 (patch)
treee7da6bcb7901d4c0daae50b59fa5c2b02e89b51d /nix/profiles/home-manager/dev.nix
parentdon't sign git commits (diff)
downloadinfra-d048a7b6a225f9e30b2a95e9461f4c267eb29af0.tar.gz
add configuration for my work machine
Diffstat (limited to 'nix/profiles/home-manager/dev.nix')
-rw-r--r--nix/profiles/home-manager/dev.nix16
1 files changed, 10 insertions, 6 deletions
diff --git a/nix/profiles/home-manager/dev.nix b/nix/profiles/home-manager/dev.nix
index e0ca68b..6eacdc9 100644
--- a/nix/profiles/home-manager/dev.nix
+++ b/nix/profiles/home-manager/dev.nix
@@ -22,24 +22,28 @@ in
goPath = ".local/share/pkg.go";
goBin = ".local/bin.go";
package = pkgs.go_1_21;
+ goPrivate = [ "github.rbx.com/roblox/*" "github.com/fcuny/world/*" ];
};
home.packages = with pkgs; [
+ # go
go-tools
golangci-lint
gopls
+ # docker
dive # explore layers in docker images
- pythonEnv
-
- kubectl
+ # shell
+ shellcheck
+ # ops
google-cloud-sdk
+ kubectl
+ tfswitch
- rnix-lsp
- alejandra
- nil
+ # python
+ pythonEnv
];
home.sessionPath = [