feh

feh 3.13

Light-weight image viewer

https://feh.finalrewind.org/
feh License
main program: fehprograms: feh
Platforms (45)
x86_64-freebsds390-linuxm68k-netbsdx86_64-cygwinriscv64-netbsdi686-cygwinmips-linuxmipsel-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  feh
];
Ad-hoc shell
nix-shell -p feh
Flake (nix run)
nix run nixpkgs#feh