From f31c0f92dae5e608e2a02b92d087082541f042d1 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Wed, 30 Jul 2025 16:05:56 +0200 Subject: [PATCH] Installed vlc and go --- profiles/home/jan.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/home/jan.nix b/profiles/home/jan.nix index bdcbe4d..56202af 100644 --- a/profiles/home/jan.nix +++ b/profiles/home/jan.nix @@ -41,6 +41,7 @@ in obsidian devenv kicad + vlc ]; modules = { @@ -85,6 +86,7 @@ in cpp.enable = true; tex.enable = true; jupyter.enable = false; + go.enable = true; }; }; }