Make firefox default web link application, added new potential background

This commit is contained in:
2025-10-29 20:49:37 -07:00
parent f3843fd686
commit 6d59c86b02
2 changed files with 3 additions and 0 deletions

View File

@@ -92,6 +92,9 @@ in
enable = true;
defaultApplications = {
"application/pdf" = [ "okularApplication_pdf.desktop" ];
"x-scheme-handler/http" = [ "firefox.desktop" ];
"x-scheme-handler/https" = [ "firefox.desktop" ];
"text/html" = [ "firefox.desktop" ];
};
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 KiB