From 304514a078323225493a226b9e430ab1a9c43e53 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 10 Oct 2024 16:35:25 +0100 Subject: [PATCH] Add raycast for macOS --- nix/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home.nix b/nix/home.nix index 44482b47..280f1d90 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -75,7 +75,7 @@ in # Linux-only apps ++ optionals isLinux [eyedropper gnome-terminal epiphany gnome-podcasts impression gnome-boxes adw-gtk3 gnomeExtensions.vitals gnomeExtensions.appindicator gnomeExtensions.caffeine] # macOS-only apps - ++ optionals isDarwin []; + ++ optionals isDarwin [raycast]; # Cursor theme fix (Linux) home.file = mkIf isLinux {