Add brother printer drivers
This commit is contained in:
@@ -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 ];
|
||||
}
|
||||
Reference in New Issue
Block a user