diff options
author | Alan Pearce | 2020-01-02 13:19:20 +0100 |
---|---|---|
committer | Alan Pearce | 2020-01-02 13:19:20 +0100 |
commit | 4f5f84cbbfc454c31802040a0e0971554aaa61bf (patch) | |
tree | 0403e345366841aaf48669b465f2f7fd90451acc /system/settings/hardware | |
parent | 19b9c7f3ced52b87b609703458a2351cff30aa4d (diff) | |
download | nixfiles-4f5f84cbbfc454c31802040a0e0971554aaa61bf.tar.lz nixfiles-4f5f84cbbfc454c31802040a0e0971554aaa61bf.tar.zst nixfiles-4f5f84cbbfc454c31802040a0e0971554aaa61bf.zip |
printing: install configuration panel
Diffstat (limited to 'system/settings/hardware')
-rw-r--r-- | system/settings/hardware/printing.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/settings/hardware/printing.nix b/system/settings/hardware/printing.nix index 96d3a959..fb31e79f 100644 --- a/system/settings/hardware/printing.nix +++ b/system/settings/hardware/printing.nix @@ -13,6 +13,8 @@ }; }; + programs.system-config-printer.enable = true; + imports = [ ../services/zeroconf.nix ]; |