mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
ee6095338d
Should upstream this to sakaya later.
16 lines
447 B
Nix
16 lines
447 B
Nix
{
|
|
xdg.mimeApps = {
|
|
enable = true;
|
|
|
|
defaultApplications = {
|
|
"image/png" = "pqiv.desktop";
|
|
"image/jpeg" = "pqiv.desktop";
|
|
"image/gif" = "org.qutebrowser.qutebrowser.desktop";
|
|
"application/x-wine-extension-osz" = "osu-stable.desktop";
|
|
"application/x-ms-dos-executable" = "sakaya.desktop";
|
|
"x-scheme-handler/http" = "librewolf.desktop";
|
|
"x-scheme-handler/https" = "librewolf.desktop";
|
|
};
|
|
};
|
|
}
|