From 5329b717b7c3cbe1b20dcbdefd6b19822fbeb239 Mon Sep 17 00:00:00 2001 From: sloane <git@sloanelybutsurely.com> Date: Tue, 11 Mar 2025 08:47:55 -0400 Subject: [PATCH] install keycastr --- nix-darwin/hosts/Sloanes-MacBook-Air/default.nix | 1 + nix-darwin/hosts/tid27880sperrau/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix b/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix index 8b82116..da08062 100644 --- a/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix +++ b/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix @@ -17,6 +17,7 @@ homebrew = { casks = [ "discord" + "keycastr" ]; masApps = { diff --git a/nix-darwin/hosts/tid27880sperrau/default.nix b/nix-darwin/hosts/tid27880sperrau/default.nix index ab19a38..97c0d07 100644 --- a/nix-darwin/hosts/tid27880sperrau/default.nix +++ b/nix-darwin/hosts/tid27880sperrau/default.nix @@ -16,6 +16,7 @@ homebrew = { casks = [ "discord" + "keycastr" "postgres-unofficial" "postico" "slack"