pinwheel: Add go-mode and hook it up with eglot

This commit is contained in:
Alexander Heldt
2023-09-09 10:12:08 +02:00
parent eca41927c5
commit 9a8a2ca450
4 changed files with 40 additions and 1 deletions

View File

@@ -17,4 +17,6 @@ in
pkgs.wl-clipboard
];
};
environment.systemPackages = [ pkgs.ripgrep ];
}