feat: add extra print drivers

This commit is contained in:
Ashhhleyyy 2023-10-23 14:07:07 +01:00
parent f2a79770e6
commit 3ddb041508
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -30,7 +30,12 @@
# xkbVariant = ""; # xkbVariant = "";
}; };
services.printing.enable = true; services.printing = {
enable = true;
drivers = with pkgs; [
hplip
];
};
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;