nixos/desktop/office.nix
2025-07-29 16:58:57 -07:00

12 lines
178 B
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
libreoffice-qt
thunderbird
# gimp # Temporarily commented out to avoid build errors
# calibre
];
}