Migrate config (frues-pc machine for now) from https://git.peprolinbot.com/peprolinbot/nixos-config, with improvements
This commit is contained in:
parent
ebd178b0a5
commit
7606f9e051
66 changed files with 9465 additions and 73 deletions
10
users/pedro/home-configuration/browsers/default.nix
Normal file
10
users/pedro/home-configuration/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"];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue