Move to Librewolf and reestructure browser config

This commit is contained in:
Pedro Rey Anca 2025-02-25 11:41:55 +01:00
parent 14ec90d5b4
commit 15c05eb5fd
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
7 changed files with 97 additions and 18 deletions

View file

@ -0,0 +1,10 @@
{...}: {
imports = [(import ./librewolf.nix)];
xdg.mimeApps.defaultApplications = {
"text/html" = ["librewolf.desktop"];
"text/xml" = ["librewolf.desktop"];
"x-scheme-handler/http" = ["librewolf.desktop"];
"x-scheme-handler/https" = ["librewolf.desktop"];
};
}