From e98ac1a5e16d9db3c982c520c4a1e65098a2bb14 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Sat, 4 Oct 2025 11:39:52 -0400 Subject: [PATCH] Add go lang --- hosts/default/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index d8e3f8d..3467c83 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -311,6 +311,7 @@ in gimp # GIMP image manipulation proggy zed-editor # the most hopeful replacement for vscode...if I never learn nvim noisetorch # noise/background filter for mic + go # golang - general purpose programming ]; programs.zsh.enable = true; programs.git = {