inputs:
{ pkgs, ... }: {
programs.dconf.enable = true;
environment.systemPackages = with pkgs; [
barrier
dconf
libreoffice
paprefs
];
}