switched to librewolf

This commit is contained in:
Gabriella Bere 2025-06-27 13:49:29 +01:00
parent 616ccc8357
commit 28adf3c6cb
4 changed files with 20 additions and 20 deletions

View file

@ -18,7 +18,7 @@
./git.nix
./stylix.nix
./direnv.nix
./floorp.nix
./librewolf.nix
./zellij.nix
./obs-studio.nix
./packages.nix
@ -29,7 +29,7 @@
services.gnome-keyring.enable = true; # used for nextcloud-client
home.sessionVariables = {
DEFAULT_BROWSER = "${lib.getExe pkgs.floorp}";
DEFAULT_BROWSER = "${lib.getExe pkgs.librewolf}";
# Allow XWayland apps to not be weird after turning off xwayland scaling in hyprland.conf
GDK_SCALE = 1;
XCURSOR_SIZE = 24;
@ -45,11 +45,11 @@
xdg.mimeApps = {
enable = true;
defaultApplications = {
"text/html" = "floorp.desktop";
"x-scheme-handler/http" = "floorp.desktop";
"x-scheme-handler/https" = "floorp.desktop";
"x-scheme-handler/about" = "floorp.desktop";
"x-scheme-handler/unknown" = "floorp.desktop";
"text/html" = "librewolf.desktop";
"x-scheme-handler/http" = "librewolf.desktop";
"x-scheme-handler/https" = "librewolf.desktop";
"x-scheme-handler/about" = "librewolf.desktop";
"x-scheme-handler/unknown" = "librewolf.desktop";
};
};