mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 13:22:28 +00:00
Refactor main into a common dir
This commit is contained in:
6
common/printing.nix
Normal file
6
common/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