nix/graphical/documents.nix
2026-02-25 21:30:31 +11:00

13 lines
208 B
Nix

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