Improve folder structure

This commit is contained in:
Dave Gallant
2021-01-16 23:31:14 -05:00
parent 3e13f04043
commit 73e8011316
11 changed files with 300 additions and 164 deletions

6
nix/main/printing.nix Normal file
View File

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