q
This commit is contained in:
parent
b8b61d7da6
commit
8d0bbfcc33
@ -1,9 +1,12 @@
|
|||||||
{
|
{
|
||||||
xdg = {
|
xdg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mimeApps.defaultApplications = {
|
mimeApps = {
|
||||||
|
enable = true;
|
||||||
|
defaultApplications = {
|
||||||
"x-scheme-handler/http" = "io.gitlab.librewolf-community.desktop";
|
"x-scheme-handler/http" = "io.gitlab.librewolf-community.desktop";
|
||||||
"x-scheme-handler/https" = "io.gitlab.librewolf-community.desktop";
|
"x-scheme-handler/https" = "io.gitlab.librewolf-community.desktop";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
Reference in New Issue
Block a user