profile/printing: init from legacy

This commit is contained in:
Felix Buehler 2023-01-23 22:56:30 +01:00
parent 9f3ecc5972
commit cf22787664
5 changed files with 25 additions and 12 deletions

View file

@ -1,11 +0,0 @@
{ config, lib, pkgs, ... }:
{
services.printing.enable = true;
services.printing.drivers = with pkgs; [
canon-cups-ufr2
gutenprint
hplip
];
programs.system-config-printer.enable = true;
}