nixos/desktop/office.nix

11 lines
164 B
Nix

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