nix/graphical/documents.nix

16 lines
168 B
Nix

{
pkgs,
scope,
getPkgs,
...
}:
scope "user.packages"
<| getPkgs {
inherit (pkgs)
libreoffice
thunderbird
obsidian
foliate
zathura
;
}