xdg-utils: re-add mimetype
package
This commit is contained in:
@@ -10,6 +10,10 @@
|
|||||||
# this will be true of nearly all sandboxed applications, but for those which it is not, `sandbox.method = "capshonly"` may be necessary
|
# this will be true of nearly all sandboxed applications, but for those which it is not, `sandbox.method = "capshonly"` may be necessary
|
||||||
sandbox.enable = false;
|
sandbox.enable = false;
|
||||||
|
|
||||||
|
# `mimetype` provides better mime associations than `file`
|
||||||
|
# - see: <https://github.com/NixOS/nixpkgs/pull/285233#issuecomment-1940828629>
|
||||||
|
suggestedPrograms = [ "perlPackages.FileMimeInfo" ];
|
||||||
|
|
||||||
# alternative to letting the sandbox decide for itself: forcibly use the portal
|
# alternative to letting the sandbox decide for itself: forcibly use the portal
|
||||||
# if the mime association list is not visible/in scope.
|
# if the mime association list is not visible/in scope.
|
||||||
# packageUnwrapped = pkgs.xdg-utils.overrideAttrs (base: {
|
# packageUnwrapped = pkgs.xdg-utils.overrideAttrs (base: {
|
||||||
|
Reference in New Issue
Block a user