9 lines
256 B
Nix
9 lines
256 B
Nix
{
|
|
xdg = {
|
|
enable = true;
|
|
mimeApps.defaultApplications = {
|
|
"x-scheme-handler/http" = "io.gitlab.librewolf-community.desktop";
|
|
"x-scheme-handler/https" = "io.gitlab.librewolf-community.desktop";
|
|
};
|
|
};
|
|
} |