diff options
Diffstat (limited to 'nix/profiles/home-manager/dev.nix')
| -rw-r--r-- | nix/profiles/home-manager/dev.nix | 16 |
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 = [ |
