feat(desktop): add drivers for samsung printers
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-09-25 15:12:11 -04:00
parent cb663eb5b7
commit a1e0df37ad

View file

@ -5,9 +5,13 @@
printing = { printing = {
enable = true; enable = true;
drivers = [ drivers = builtins.attrValues {
pkgs.hplip inherit
]; (pkgs)
hplip
samsung-unified-linux-driver
;
};
}; };
}; };
}; };