From 04f0212de19ed1206eccc42c19e2b1464b446b5d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 28 Dec 2024 13:27:15 -0800 Subject: simplify a bit home-manager configuration --- nix/users/fcuny/go.nix | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 nix/users/fcuny/go.nix (limited to 'nix/users/fcuny/go.nix') diff --git a/nix/users/fcuny/go.nix b/nix/users/fcuny/go.nix deleted file mode 100644 index c6c9cf6..0000000 --- a/nix/users/fcuny/go.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ config, pkgs, ... }: -{ - home.packages = with pkgs; [ - go-tools - golangci-lint - gopls - delve - ]; - - programs.go = { - enable = true; - goPath = ".local/share/pkg.go"; - goBin = ".local/bin.go"; - goPrivate = [ - "github.rbx.com/*" - "github.com/fcuny/*" - ]; - }; - - home.sessionPath = [ config.home.sessionVariables.GOBIN ]; -} -- cgit v1.2.3