teutat3s: set GOPATH to XDG_DATA_HOME

This commit is contained in:
teutat3s 2023-11-20 22:24:29 +01:00
parent d7acdc4820
commit 9fed3a5caf
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -9,7 +9,7 @@ in {
home-manager = pkgs.lib.setAttrByPath ["users" psCfg.user.name] { home-manager = pkgs.lib.setAttrByPath ["users" psCfg.user.name] {
home.sessionVariables = { home.sessionVariables = {
DRONE_SERVER = "https://ci.pub.solar"; DRONE_SERVER = "https://ci.pub.solar";
GOPATH = "/home/${psCfg.user.name}/CodeRoom/go"; GOPATH = "/home/${psCfg.user.name}/.local/share/go";
}; };
}; };
} }