qol(chromium@modules): mime types of chromium
This commit is contained in:
@@ -27,5 +27,12 @@ in
|
|||||||
];
|
];
|
||||||
package = pkgs.chromium.override { enableWideVine = true; };
|
package = pkgs.chromium.override { enableWideVine = true; };
|
||||||
};
|
};
|
||||||
|
xdg.mimeApps.defaultApplications = {
|
||||||
|
"text/html" = "chromium.desktop";
|
||||||
|
"x-scheme-handler/http" = "chromium.desktop";
|
||||||
|
"x-scheme-handler/https" = "chromium.desktop";
|
||||||
|
"x-scheme-handler/about" = "chromium.desktop";
|
||||||
|
"x-scheme-handler/unknown" = "chromium.desktop";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user