summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/multimedia/image.nix
blob: 0983d3ac8a95bdc7b956bd7ba6e6ff94accf4cb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ pkgs, inputs, ... }:
{
  home.packages =
    with pkgs;
    with inputs;
    [
      tsutsumi.packages.${pkgs.system}.ahoviewer
      emulsion
      feh
      imv
      gallery-dl
      gthumb
      pngcrush
      viu
      optipng
      tsutsumi.packages.${pkgs.system}.chan-downloader
    ];
}