This commit is contained in:
parent
cc3d5090ac
commit
e02d86dffd
21 changed files with 270 additions and 241 deletions
18
nixos-modules/hardware/printing.nix
Normal file
18
nixos-modules/hardware/printing.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
# 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue