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 {
|
||||
services = {
|
||||
printing.enable = true;
|
||||
flatpak.enable = true;
|
||||
printing = {
|
||||
enable = true;
|
||||
drivers = with pkgs; [ epson-escpr ];
|
||||
};
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue