switched to fish

oh-my-fish/theme-agnoster has issues on nix so i forked it and am
working on fixing it, for now i have it in a state where the annoying
thing doesnt happen, and this means i have the same functionality

actually better because the autocomplete and syntax highlighting is much
nicer

fish ftw
This commit is contained in:
Gabriella Bere 2025-06-04 16:59:43 +01:00
parent 661356a198
commit ff65efd702
6 changed files with 43 additions and 63 deletions

View file

@ -12,7 +12,7 @@
./waybar.nix
./swaync.nix
./hyprlock.nix
./zsh.nix
./fish.nix
./eza.nix
./nvf.nix
./nextcloud.nix
@ -30,7 +30,7 @@
services.gnome-keyring.enable = true; # used for nextcloud-client
home.sessionVariables = {
DEFAULT_BROWSER = "${lib.getExe pkgs.firefox}"; # even though im using floorp this still works, and pkgs.floorp doesnt
DEFAULT_BROWSER = "${lib.getExe pkgs.floorp}";
# Allow XWayland apps to not be weird after turning off xwayland scaling in hyprland.conf
GDK_SCALE = 1;
XCURSOR_SIZE = 24;