This commit is contained in:
@@ -28,8 +28,10 @@ in
|
||||
my.dev.go.enable = lib.mkDefault hm.enabledByDefault;
|
||||
}
|
||||
(lib.mkIf cfg.enable {
|
||||
home.packages = feature.packages;
|
||||
home.sessionVariables.GOPATH = "${config.xdg.dataHome}/go";
|
||||
home = {
|
||||
inherit (feature) packages;
|
||||
sessionVariables.GOPATH = "${config.xdg.dataHome}/go";
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user