Initial commit
This commit is contained in:
14
modules/features/printing.nix
Normal file
14
modules/features/printing.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
lux.printing.nixos =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = with pkgs; [
|
||||
cups-filters
|
||||
cups-browsed
|
||||
cnijfilter2
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user