go home-manager module
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
{ pkgs, ... }@all: with all;
|
{ pkgs, ... }@all: with all; {
|
||||||
{
|
programs.go = {
|
||||||
home = {
|
enable = true;
|
||||||
packages = with pkgs; [
|
package = pkgs.go;
|
||||||
go
|
goPath = "${config.xdg.dataHome}/go";
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user