add go language

This commit is contained in:
xunuwu 2025-05-06 21:10:16 +02:00
parent 3f99c85cdc
commit 36b9f997bf
3 changed files with 10 additions and 3 deletions

6
flake.lock generated
View file

@ -947,11 +947,11 @@
]
},
"locked": {
"lastModified": 1744561389,
"narHash": "sha256-KnVjo8q+tQIWxCvKXNc4S6CNWzZ/Ce8OSZjMA57H06w=",
"lastModified": 1746590697,
"narHash": "sha256-klZhqs8BFh/XnWbZCPxbCsPJ4GoFKLZ5IUPeSiv9fEY=",
"owner": "xunuwu",
"repo": "nvim-config",
"rev": "4f88c5c5a63cc3c8d3870be6fd5c1161e8b4b85d",
"rev": "7e4c19bf13ef209d3644dc39fde409ea2767b026",
"type": "github"
},
"original": {

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
go
gopls
];
}

View file

@ -46,6 +46,7 @@
develop.docs
develop.langs.haskell
develop.langs.go
develop.langs.rust
develop.langs.elixir
# develop.langs.uiua