parent
cb663eb5b7
commit
a1e0df37ad
1 changed files with 7 additions and 3 deletions
|
@ -5,9 +5,13 @@
|
||||||
printing = {
|
printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
drivers = [
|
drivers = builtins.attrValues {
|
||||||
pkgs.hplip
|
inherit
|
||||||
];
|
(pkgs)
|
||||||
|
hplip
|
||||||
|
samsung-unified-linux-driver
|
||||||
|
;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue