diff --git a/sam/configuration.nix b/sam/configuration.nix index 85523d7..9d90a25 100644 --- a/sam/configuration.nix +++ b/sam/configuration.nix @@ -131,7 +131,6 @@ clang - go go-tools gopls @@ -142,6 +141,11 @@ historyControl = [ "ignoredups" "ignorespace" ]; }; + programs.go = { + enable = true; + env.GOPATH = [ "/home/chandler/.local/share/go" ]; + }; + programs.direnv = { enable = true; enableBashIntegration = true;