Updated common packges

This commit is contained in:
2024-04-04 12:37:57 +02:00
parent 9536b2a174
commit 4e57995736
4 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
services.printing = {
enable = true;
drivers = [ pkgs.hplip ];
};
}