From 359707ffeef9c51f684aba20820abd4dd5bd54d4 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 14 Jul 2025 18:34:48 +0800 Subject: [PATCH 1/2] feat(darwin): add gitify with homebrew --- nix/homes/rafiq/desktop/darwin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/homes/rafiq/desktop/darwin.nix b/nix/homes/rafiq/desktop/darwin.nix index d86ea87..19cc41d 100644 --- a/nix/homes/rafiq/desktop/darwin.nix +++ b/nix/homes/rafiq/desktop/darwin.nix @@ -14,6 +14,7 @@ in casks = [ "ghostty" "slack" + "gitify" ]; }; flake.modules.homeManager.rafiq = { From ba4f32c4f9f7e1daff2bb3428cdc2feafd478f50 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 14 Jul 2025 18:42:26 +0800 Subject: [PATCH 2/2] feat(darwin): add telegram with homebrew --- nix/homes/rafiq/desktop/darwin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/homes/rafiq/desktop/darwin.nix b/nix/homes/rafiq/desktop/darwin.nix index 19cc41d..4178396 100644 --- a/nix/homes/rafiq/desktop/darwin.nix +++ b/nix/homes/rafiq/desktop/darwin.nix @@ -15,6 +15,7 @@ in "ghostty" "slack" "gitify" + "telegram" ]; }; flake.modules.homeManager.rafiq = {