nixos-config/home/programs/misc/libreoffice.nix

3 lines
65 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [libreoffice-qt6];
}