add go language
This commit is contained in:
parent
3f99c85cdc
commit
36b9f997bf
3 changed files with 10 additions and 3 deletions
6
home/profiles/develop/langs/go.nix
Normal file
6
home/profiles/develop/langs/go.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
go
|
||||
gopls
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue