dotfiles/nixos-modules/hardware/printing.nix
Fabian Hauser e02d86dffd
All checks were successful
CI / build (push) Successful in 2m9s
Update and clean up modules
2025-03-03 23:46:19 +02:00

18 lines
276 B
Nix

{
...
}:
{
# TODO: Revive when needed.
#services.printing = {
# enable = true;
# drivers = with pkgs; [
# gutenprint
# hplip
# splix
# ];
#};
#services.system-config-printer.enable = true;
#programs.system-config-printer.enable = true;
}