Add brother printer drivers
This commit is contained in:
parent
e2a910dc3b
commit
27e2d79d04
2 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
./hardware-configuration.nix
|
||||
../modules/base.nix
|
||||
../modules/desktop.nix
|
||||
../modules/brother-printer.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
|
|||
5
hosts/modules/brother-printer.nix
Normal file
5
hosts/modules/brother-printer.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.brlaser ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue