set default browser to floorp using xdg-mime
This commit is contained in:
parent
8beaa41bfe
commit
2fbd6a05a4
3 changed files with 14 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue