9 lines
98 B
Nix
9 lines
98 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
services.printing = {
|
|
enable = true;
|
|
drivers = [ pkgs.hplip ];
|
|
};
|
|
}
|