feat: add extra print drivers
This commit is contained in:
parent
f2a79770e6
commit
3ddb041508
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue