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

12 lines
322 B
Nix
Raw Normal View History

2023-07-04 04:43:04 +00:00
{
xdg = {
enable = true;
2023-07-04 04:49:42 +00:00
mimeApps = {
enable = true;
defaultApplications = {
"x-scheme-handler/http" = "io.gitlab.librewolf-community.desktop";
"x-scheme-handler/https" = "io.gitlab.librewolf-community.desktop";
};
2023-07-04 04:43:04 +00:00
};
};
}