From 444582a5a5cb71e662ab8f6545278487d8331ce4 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:32:48 -0400 Subject: [PATCH] try adding jiratui to homebrew --- modules/darwin/homebrew.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index b313792..95412a3 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -38,6 +38,7 @@ }; brews = [ "trash" # Delete files and folders to trash instead of rm + "jiratui" # Terminal program to manage Jira ]; casks = [ "1password" # 1Password will not launch from Nix on macOS