home: set librewolf as the default html handler
This commit is contained in:
2
TODO.md
2
TODO.md
@@ -1,9 +1,7 @@
|
||||
# features/tweaks
|
||||
- set firefox default search engine
|
||||
- iron out video drivers
|
||||
- emoji picker application
|
||||
- find a Masto/Pleroma app which works on mobile
|
||||
- set default apps (https://unix.stackexchange.com/a/684582)
|
||||
|
||||
|
||||
# speed up cross compiling
|
||||
|
@@ -65,6 +65,14 @@ in
|
||||
templates = "$HOME/.xdg/Templates";
|
||||
videos = "$HOME/Videos";
|
||||
};
|
||||
xdg.mimeApps.enable = true;
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"text/html" = [ "librewolf.desktop" ];
|
||||
"x-scheme-handler/http" = [ "librewolf.desktop" ];
|
||||
"x-scheme-handler/https" = [ "librewolf.desktop" ];
|
||||
"x-scheme-handler/about" = [ "librewolf.desktop" ];
|
||||
"x-scheme-handler/unknown" = [ "librewolf.desktop" ];
|
||||
};
|
||||
|
||||
# convenience
|
||||
home.file."knowledge".source = config.lib.file.mkOutOfStoreSymlink "/home/colin/dev/knowledge";
|
||||
|
Reference in New Issue
Block a user