home,go: home.packages -> home-manager configuration

This commit is contained in:
Guanran Wang 2023-11-06 20:01:28 +08:00
parent 01b92592ad
commit a219ef849d
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -3,9 +3,9 @@
config,
...
}: {
programs.go.enable = true;
home.packages = with pkgs; [
### Compiler
go
### LSP
gopls
];