diff options
Diffstat (limited to 'hosts/common/optional/printer.nix')
-rw-r--r-- | hosts/common/optional/printer.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/optional/printer.nix b/hosts/common/optional/printer.nix index e3109fc..32e4c76 100644 --- a/hosts/common/optional/printer.nix +++ b/hosts/common/optional/printer.nix @@ -1,3 +1,4 @@ +{ lib, ... }: { hardware.printers = let brother = "Brother_HL-L2340D"; |