Add system-control-printer to marauder
This commit is contained in:
parent
883204e90e
commit
d80ae92464
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
system-config-printer
|
||||
];
|
||||
|
||||
services.printing = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue