update
This commit is contained in:
parent
d70f587539
commit
cdb88e9519
4 changed files with 26 additions and 3 deletions
|
|
@ -217,8 +217,12 @@
|
|||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.hplipWithPlugin ];
|
||||
hardware.sane.enable = true;
|
||||
hardware.sane.extraBackends = [ pkgs.hplipWithPlugin ];
|
||||
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
brscan4.enable = true;
|
||||
extraBackends = [ pkgs.hplipWithPlugin ];
|
||||
};
|
||||
|
||||
# Redshift
|
||||
# services.redshift = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue