set default browser to floorp using xdg-mime

This commit is contained in:
Gabriella Bere 2025-06-07 19:31:25 +01:00
parent 8beaa41bfe
commit 2fbd6a05a4
3 changed files with 14 additions and 2 deletions

View file

@ -40,6 +40,17 @@
LD_LIBRARY_PATH = "${pkgs.libGL}/lib:${pkgs.gtk3}/lib:${pkgs.glib.out}/lib:${pkgs.xorg.libXtst}/lib"; LD_LIBRARY_PATH = "${pkgs.libGL}/lib:${pkgs.gtk3}/lib:${pkgs.glib.out}/lib:${pkgs.xorg.libXtst}/lib";
}; };
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";
};
};
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
programs.home-manager.enable = true; programs.home-manager.enable = true;

View file

@ -30,7 +30,7 @@
follow_mouse = 1; follow_mouse = 1;
mouse_refocus = false; mouse_refocus = false;
touchpad = { touchpad = {
disable_while_typing = true; disable_while_typing = false;
}; };
}; };
gestures = { gestures = {

View file

@ -34,7 +34,8 @@
tenacity # small DAW tenacity # small DAW
davinci-resolve # video editor davinci-resolve # video editor
libreoffice # office suite libreoffice # office suite
zoom-us # proprietary meeting app
# Audio Plugins # Audio Plugins
calf calf
zam-plugins zam-plugins