{self, inputs, ...}: { flake.nixosModules.applications = { pkgs, ... }: { environment.systemPackages = with pkgs; [ libreoffice-fresh ]; }; }