PC-fixe: enable HP printing

This commit is contained in:
nyanloutre 2022-07-20 15:29:20 +02:00
parent 4fab7e63f5
commit ab6d9dc848
Signed by: nyanloutre
GPG Key ID: 194A92D1103ACB2A
1 changed files with 3 additions and 0 deletions

View File

@ -212,6 +212,9 @@
Option "metamodes" "DP-4: 3440x1440_144 +0+0 {AllowGSYNCCompatible=On}"
'';
services.printing.enable = true;
services.printing.drivers = [ pkgs.hplip ];
systemd = let
DP4Config = "--output DP-4 --mode 3440x1440 --rate 144";
HDMIConfig = "--output HDMI-0 --auto --left-of DP-4";