chore(images): Swap to eog
Some checks are pending
Docs / Build (push) Waiting to run
Docs / Deploy (push) Blocked by required conditions

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

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";