added printer driver
This commit is contained in:
parent
94b3419b2a
commit
7f7312364f
1 changed files with 4 additions and 1 deletions
|
|
@ -7,8 +7,11 @@ let
|
||||||
|
|
||||||
in {
|
in {
|
||||||
services = {
|
services = {
|
||||||
printing.enable = true;
|
|
||||||
flatpak.enable = true;
|
flatpak.enable = true;
|
||||||
|
printing = {
|
||||||
|
enable = true;
|
||||||
|
drivers = with pkgs; [ epson-escpr ];
|
||||||
|
};
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue