printers 😔
This commit is contained in:
parent
90edb18c4d
commit
4099cfe82c
|
@ -15,6 +15,7 @@
|
|||
profiles.sway
|
||||
profiles.dnscrypt
|
||||
profiles.gaming
|
||||
profiles.printing
|
||||
# for sci-hub and whenever websites break
|
||||
#profiles.tor
|
||||
|
||||
|
|
4
profiles/printing/printing.nix
Normal file
4
profiles/printing/printing.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = with pkgs; [ gutenprint hplip ];
|
||||
}
|
Loading…
Reference in a new issue