Add system-control-printer to marauder

This commit is contained in:
2024-09-26 14:22:19 -07:00
parent 883204e90e
commit d80ae92464

View File

@@ -1,5 +1,9 @@
{ ... }:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
system-config-printer
];
services.printing = {
enable = true;
};