Add hplip to printer drivers

This commit is contained in:
coolneng 2023-07-07 11:23:46 +01:00
parent a2f83bbeb6
commit ddbc9d217a
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# Enable CUPS # Enable CUPS
services.printing = { services.printing = {
enable = true; enable = true;
drivers = with pkgs; [ brgenml1cupswrapper ]; drivers = with pkgs; [ brgenml1cupswrapper hplip ];
}; };
# Enable SANE # Enable SANE