go home-manager module

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-10-24 12:24:29 +02:00
parent fb974329e7
commit 9e2eb410ab

View File

@@ -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";
];
}; };
} }