nix/home/modules/documents.nix
2025-06-18 01:06:36 +10:00

6 lines
65 B
Nix

{ pkgs, ... }:
{
home.packages = [
pkgs.libreoffice
];
}