mirror of https://git.jolheiser.com/dotnix.git
parent
ad12bd4623
commit
38839fd0f8
|
@ -1,7 +1,9 @@
|
||||||
{config, ...}: {
|
let
|
||||||
programs.go = rec {
|
goPath = ".local/share/go";
|
||||||
|
in {
|
||||||
|
programs.go = {
|
||||||
enable = true;
|
enable = true;
|
||||||
goPath = "${config.xdg.dataHome}/go";
|
goPath = goPath;
|
||||||
goBin = "${goPath}/bin";
|
goBin = "${goPath}/bin";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue