This repository has been archived on 2023-07-23. You can view files and clone it, but cannot push or open issues or pull requests.
gpd-configurations/home/user/xdg.nix
2023-07-04 12:43:04 +08:00

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";
};
};
}