Move all files from from the nix folder

This commit is contained in:
Dave Gallant
2021-01-17 01:47:47 -05:00
parent c04db05438
commit 90f561608d
18 changed files with 4 additions and 18 deletions

6
main/printing.nix Normal file
View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
# Setup CUPS for printing documents.
services.printing.enable = true;
}