steveej-laptop system: add hplip to cups
This commit is contained in:
parent
35c809f61a
commit
1f96268722
1 changed files with 5 additions and 1 deletions
|
@ -84,7 +84,11 @@
|
|||
|
||||
services.teamviewer.enable = true;
|
||||
|
||||
services.printing.enable = true; # uses cups
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = [ pkgs.hplip ];
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
synaptics.enable = true;
|
||||
synaptics.palmDetect = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue