This commit is contained in:
Sense T 2023-07-04 12:49:42 +08:00
parent b8b61d7da6
commit 8d0bbfcc33

View File

@ -1,9 +1,12 @@
{
xdg = {
enable = true;
mimeApps.defaultApplications = {
"x-scheme-handler/http" = "io.gitlab.librewolf-community.desktop";
"x-scheme-handler/https" = "io.gitlab.librewolf-community.desktop";
mimeApps = {
enable = true;
defaultApplications = {
"x-scheme-handler/http" = "io.gitlab.librewolf-community.desktop";
"x-scheme-handler/https" = "io.gitlab.librewolf-community.desktop";
};
};
};
}