Files
nix-config/common/printing.nix
Dave Gallant d2aaa3920f Add alejandra
2022-05-28 18:49:15 -04:00

4 lines
52 B
Nix

{pkgs, ...}: {
services.printing.enable = true;
}