printers 😔

This commit is contained in:
ChaotiCryptidz 2022-01-13 16:04:42 +00:00
parent 90edb18c4d
commit 4099cfe82c
2 changed files with 5 additions and 0 deletions

View file

@ -15,6 +15,7 @@
profiles.sway
profiles.dnscrypt
profiles.gaming
profiles.printing
# for sci-hub and whenever websites break
#profiles.tor

View file

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