17 lines
246 B
Nix
17 lines
246 B
Nix
{
|
|
...
|
|
}:
|
|
|
|
{
|
|
#services.printing = {
|
|
# enable = true;
|
|
# drivers = with pkgs; [
|
|
# gutenprint
|
|
# hplip
|
|
# splix
|
|
# ];
|
|
#};
|
|
|
|
#services.system-config-printer.enable = true;
|
|
#programs.system-config-printer.enable = true;
|
|
}
|