{ config, pkgs, inputs, ... }: { imports = [ ]; environment.systemPackages = with pkgs; [ texstudio texliveFull ]; }