forked from pub-solar/os
teutat3s: set GOPATH to XDG_DATA_HOME
This commit is contained in:
parent
d7acdc4820
commit
9fed3a5caf
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue