base: enable cups for GUI hosts
This commit is contained in:
parent
cd715f1a03
commit
6c32b3f262
1 changed files with 5 additions and 0 deletions
|
|
@ -45,6 +45,11 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
logind.lidSwitch = "ignore";
|
logind.lidSwitch = "ignore";
|
||||||
|
|
||||||
|
printing = {
|
||||||
|
enable = true;
|
||||||
|
cups-pdf.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = builtins.attrValues {
|
environment.systemPackages = builtins.attrValues {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue