chore(images): Swap to eog
This commit is contained in:
parent
afaba29554
commit
eb3ab318be
3 changed files with 3 additions and 3 deletions
|
|
@ -87,7 +87,7 @@
|
|||
# audio control
|
||||
playerctl
|
||||
# images
|
||||
imv
|
||||
eog
|
||||
# videos
|
||||
mpv
|
||||
# pdf
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
];
|
||||
image = [
|
||||
{
|
||||
run = ''imv "$@"'';
|
||||
run = ''eog "$@"'';
|
||||
orphan = true;
|
||||
display_name = "Open";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue