From 4268453fadf15f3905411b401a09e58437020a19 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 29 Aug 2023 12:29:24 -0500 Subject: [PATCH] Add Codium to IVR --- home/hosts/ivr/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/hosts/ivr/default.nix b/home/hosts/ivr/default.nix index fe4e7cb..7abe5a0 100644 --- a/home/hosts/ivr/default.nix +++ b/home/hosts/ivr/default.nix @@ -1,6 +1,10 @@ { pkgs, lib, ...}: { + imports = [ + ../../vscodium.nix + ]; + home.packages = with pkgs; [ aacs brew