nix/desktop/documents.nix
2025-07-21 00:17:52 +10:00

9 lines
130 B
Nix

{ pkgs, ... }:
{
hm.home.packages = builtins.attrValues {
inherit (pkgs)
libreoffice
thunderbird
;
};
}