nix/graphical/documents.nix

13 lines
203 B
Nix

{
pkgs,
...
}:
with pkgs;
scope "apps" {
officeSuite = libreoffice;
mailClient = thunderbird;
noteTaking = obsidian;
ebookReader = foliate;
pdfReader = zathura;
calculator = mate-calc;
}