modules/desktop: install printer drivers

This commit is contained in:
Max Headroom 2022-06-07 20:25:12 +02:00
parent a92e05d647
commit 00378f0ef3

View file

@ -79,4 +79,6 @@ in {
};
virtualisation.libvirtd.enable = true;
services.printing.drivers = with pkgs; [ hplip gutenprint ];
}