From cccadd6eb677a657a780ac542baa5ef2aa1bd8db Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Tue, 3 Feb 2026 16:55:35 -0500 Subject: [PATCH] Add go lang server and gcc --- hosts/default/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 0a665cf..145e5e9 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -331,6 +331,8 @@ in zed-editor # the most hopeful replacement for vscode...if I never learn nvim noisetorch # noise/background filter for mic go # golang - general purpose programming + gopls # golang language server + gcc # GNU C compiler collection ]; programs.zsh.enable = true; programs.git = {