Install go

This commit is contained in:
Bad 2021-08-24 14:46:19 +02:00
parent 1597e35b94
commit 3c8ffa9c28
2 changed files with 5 additions and 0 deletions

View file

@ -8,4 +8,8 @@
}; };
gtk.theme.name = "arc-dark"; gtk.theme.name = "arc-dark";
gtk.theme.package = pkgs.arc-theme; gtk.theme.package = pkgs.arc-theme;
programs.go = {
enable = true;
goPath = ".local/go";
};
} }

View file

@ -33,6 +33,7 @@
} }
vim-sleuth vim-sleuth
coc-json coc-json
coc-go
coc-html coc-html
coc-tsserver coc-tsserver
coc-clangd coc-clangd