nixos/home/programs/office/default.nix
dim 4c874e960d
All checks were successful
/ update-readme (push) Successful in 50s
starting dbrw config
2024-12-30 11:27:00 +07:00

4 lines
86 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [ libreoffice thunderbird marp-cli ];
}