nix/graphical/documents.nix
2025-07-21 17:05:02 +10:00

10 lines
145 B
Nix

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