From 9a7deffe4d91a49c6e15aff35def59d1a88e0d59 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 15 May 2025 13:52:47 -0500 Subject: [PATCH] Add nushell and tabby to ivr --- darwin/hosts/ivr/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/darwin/hosts/ivr/default.nix b/darwin/hosts/ivr/default.nix index 4e220fc..a0d05cd 100644 --- a/darwin/hosts/ivr/default.nix +++ b/darwin/hosts/ivr/default.nix @@ -9,6 +9,7 @@ name = "libvirt"; restart_service = true; } + "nushell" "qemu" ]; casks = [ @@ -18,6 +19,7 @@ "firefox" "onlyoffice" "pgadmin4" + "tabby" "vagrant" "visual-studio-code" "zed"