forked from wurzel/fruitbasket
Initial commit with a stub for birne
This commit is contained in:
commit
5cc2751787
9 changed files with 210 additions and 0 deletions
20
modules/printing.nix
Normal file
20
modules/printing.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
# services.printing.drivers = [
|
||||
# pkgs.gutenprint
|
||||
# ];
|
||||
|
||||
# set up Heiko
|
||||
# hardware.printers.ensurePrinters = [
|
||||
# {
|
||||
# description = "Drucker im FSR Buero";
|
||||
# deviceUri = "";
|
||||
# location = "FSR Buero";
|
||||
# model = "";
|
||||
# name = "Heiko";
|
||||
# }
|
||||
# ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue