Remove raycast and add prismlauncher
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user