Remove raycast and add prismlauncher

This commit is contained in:
2024-10-10 17:00:08 +01:00
parent d771157aca
commit 206741c0cb

View File

@@ -21,6 +21,7 @@ in
gh gh
unzip unzip
fastfetch fastfetch
prismlauncher
# Override nerdfont to install JetBrains only. # Override nerdfont to install JetBrains only.
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) (nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
@@ -75,7 +76,7 @@ in
# Linux-only apps # Linux-only apps
++ optionals isLinux [eyedropper gnome-terminal epiphany gnome-podcasts impression gnome-boxes adw-gtk3 gnomeExtensions.vitals gnomeExtensions.appindicator gnomeExtensions.caffeine] ++ optionals isLinux [eyedropper gnome-terminal epiphany gnome-podcasts impression gnome-boxes adw-gtk3 gnomeExtensions.vitals gnomeExtensions.appindicator gnomeExtensions.caffeine]
# macOS-only apps # macOS-only apps
++ optionals isDarwin [raycast]; ++ optionals isDarwin [];
# Cursor theme fix (Linux) # Cursor theme fix (Linux)
home.file = mkIf isLinux { home.file = mkIf isLinux {