more cleanup. added cups module

This commit is contained in:
fleaz 2022-06-05 02:16:30 +02:00
parent 82f3a79787
commit 25f9bb20fe
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
5 changed files with 11 additions and 139 deletions

5
modules/cups.nix Normal file
View file

@ -0,0 +1,5 @@
{
# Enable CUPS to print documents.
services.printing.enable = true;
services.printing.drivers = [ pkgs.splix ];
}