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