Move to Librewolf and reestructure browser config
This commit is contained in:
parent
14ec90d5b4
commit
15c05eb5fd
7 changed files with 97 additions and 18 deletions
10
modules/home/browsers/default.nix
Normal file
10
modules/home/browsers/default.nix
Normal 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"];
|
||||
};
|
||||
}
|
||||
Reference in a new issue