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
|
||||
];
|
||||
}
|
|
@ -46,6 +46,7 @@
|
|||
develop.docs
|
||||
|
||||
develop.langs.haskell
|
||||
develop.langs.go
|
||||
develop.langs.rust
|
||||
develop.langs.elixir
|
||||
# develop.langs.uiua
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue