From d048a7b6a225f9e30b2a95e9461f4c267eb29af0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Mar 2024 16:17:39 -0800 Subject: add configuration for my work machine --- nix/profiles/home-manager/dev.nix | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'nix/profiles/home-manager/dev.nix') 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 = [ -- cgit 1.4.1