diff --git a/nix/configuration/roles/media/default.nix b/nix/configuration/roles/media/default.nix index 177d68f..2f6ec3d 100644 --- a/nix/configuration/roles/media/default.nix +++ b/nix/configuration/roles/media/default.nix @@ -41,7 +41,8 @@ in mpv evince gimp - imv # TODO: Maybe replace with https://github.com/artemsen/swayimg because imv is looking for a new maintainer + # So far I prefer imv over swayimg because imv supports the 'p' hotkey to print the currently-viewed file to stdout (useful for pipelines) and afaik doesn't support the exec:// protocol which seems like a massive risk. + imv ]; }) (lib.mkIf (config.me.graphicsCardType == "amd" || config.me.graphicsCardType == "intel") {