Add imv viewer, set as default

This commit is contained in:
2025-10-31 12:41:25 -07:00
parent 1de9399021
commit aa5037b107
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
environment.systemPackages = with pkgs; [
glava
imv
plex-desktop
projectm_3
sox

View File

@@ -95,6 +95,7 @@ in
"x-scheme-handler/http" = [ "firefox.desktop" ];
"x-scheme-handler/https" = [ "firefox.desktop" ];
"text/html" = [ "firefox.desktop" ];
"image/*" = [ "imv.desktop" ];
};
};