mirror of
https://github.com/davegallant/nix-config
synced 2025-08-10 15:32:27 +00:00
Improve folder structure
This commit is contained in:
6
nix/main/printing.nix
Normal file
6
nix/main/printing.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Setup CUPS for printing documents.
|
||||
services.printing.enable = true;
|
||||
}
|
Reference in New Issue
Block a user