home,go: home.packages -> home-manager configuration
This commit is contained in:
parent
01b92592ad
commit
a219ef849d
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
programs.go.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
### Compiler
|
|
||||||
go
|
|
||||||
### LSP
|
### LSP
|
||||||
gopls
|
gopls
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue