pinwheel: Add go-mode and hook it up with eglot
This commit is contained in:
8
hosts/pinwheel/modules/go/default.nix
Normal file
8
hosts/pinwheel/modules/go/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ home-manager, pkgs, ... }:
|
||||
{
|
||||
home-manager.users.alex = {
|
||||
home.packages = [ pkgs.gopls ];
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.go ];
|
||||
}
|
||||
Reference in New Issue
Block a user