From 7281f05669e92e3568f837591912350b32951555 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 30 Dec 2025 10:33:31 -0800 Subject: organize programs in a way that makes sense to me --- home/profiles/go.nix | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 home/profiles/go.nix (limited to 'home/profiles/go.nix') diff --git a/home/profiles/go.nix b/home/profiles/go.nix deleted file mode 100644 index d6ea5f4..0000000 --- a/home/profiles/go.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ config, pkgs, ... }: -{ - home.packages = with pkgs; [ - go-tools # collection of tools, https://github.com/dominikh/go-tools - golangci-lint - gopls - ]; - - programs.go = { - enable = true; - env = { - GOPATH = "${config.xdg.dataHome}/pkg.go"; - GOPRIVATE = [ - "github.rbx.com/*" - "fcuny.net/*" - ]; - }; - }; -} -- cgit v1.2.3