feat(desktop): add drivers for samsung printers
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
cb663eb5b7
commit
a1e0df37ad
1 changed files with 7 additions and 3 deletions
|
@ -5,9 +5,13 @@
|
|||
printing = {
|
||||
enable = true;
|
||||
|
||||
drivers = [
|
||||
pkgs.hplip
|
||||
];
|
||||
drivers = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
hplip
|
||||
samsung-unified-linux-driver
|
||||
;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue