nix-configurations/home/features/desktop/office.nix

12 lines
148 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
nextcloud-client
libreoffice
neomutt
tutanota-desktop
okular
zathura
];
}