summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/multimedia/document.nix
blob: dec0460e6de8ca452b617e3bfc4478d0c7574481 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ pkgs, inputs, ... }:
{
  home.packages = with pkgs; [
    libreoffice-fresh
    manga-cli
    zathura
    thunderbird
    rfc
    tdf
    inputs.tsutsumi.packages.${pkgs.system}.t
  ];
}