added hp driver
This commit is contained in:
parent
8553329a6a
commit
692076deb1
1 changed files with 4 additions and 1 deletions
|
@ -129,7 +129,10 @@
|
|||
};
|
||||
printing = {
|
||||
enable = true;
|
||||
drivers = [ pkgs.samsung-unified-linux-driver ];
|
||||
drivers = [
|
||||
pkgs.samsung-unified-linux-driver
|
||||
pkgs.hplipWithPlugin
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue