more cleanup. added cups module
This commit is contained in:
parent
82f3a79787
commit
25f9bb20fe
5 changed files with 11 additions and 139 deletions
5
modules/cups.nix
Normal file
5
modules/cups.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.splix ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue