summaryrefslogtreecommitdiff
path: root/home/ebisu/meta/multimedia/document/default.nix
blob: d6ddbc79cf9eb15d894598c6754cdcc2db1868e7 (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, ... }: {
  home.packages = with pkgs; [
    libreoffice-fresh
    manga-cli
    zathura
    thunderbird
  ];
}