chore(images): Swap to eog
Some checks failed
Docs / Build (push) Failing after 2m1s

This commit is contained in:
DashieTM 2025-12-20 14:41:57 +01:00
parent afaba29554
commit eb04ab9f79
4 changed files with 18 additions and 43 deletions

View file

@ -87,7 +87,7 @@
# audio control
playerctl
# images
imv
eog
# videos
mpv
# pdf

View file

@ -85,7 +85,7 @@ in {
description = "Applications used for handling browser mime types";
};
imageApplications = lib.mkOption {
default = ["imv"];
default = ["eog"];
example = [];
type = with lib.types; listOf str;
description = "Applications used for handling image mime types";

View file

@ -31,7 +31,7 @@
];
image = [
{
run = ''imv "$@"'';
run = ''eog "$@"'';
orphan = true;
display_name = "Open";
}