nix-conf/modules/home-manager/office/default.nix

10 lines
133 B
Nix
Raw Normal View History

2024-04-12 06:04:57 +00:00
{pkgs, ...}: {
home.packages = with pkgs; [
foliate
libreoffice-fresh
nextcloud-client
obsidian
zathura
];
}