From e66d6e4cef6e9e3d263ce15b14343efa18e197df Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 10 Oct 2024 17:00:08 +0100 Subject: [PATCH] Remove raycast and add prismlauncher --- nix/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/home.nix b/nix/home.nix index 8378e79f..ee52bc9a 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -21,6 +21,7 @@ in gh unzip fastfetch + prismlauncher # Override nerdfont to install JetBrains only. (nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) @@ -75,7 +76,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 [raycast]; + ++ optionals isDarwin []; # Cursor theme fix (Linux) home.file = mkIf isLinux {