Updated common packges
This commit is contained in:
8
modules/system/utils/printing.nix
Normal file
8
modules/system/utils/printing.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = [ pkgs.hplip ];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user