feat: add epson printer drivers
This commit is contained in:
parent
d8155b8f76
commit
a2317fcb09
|
@ -41,6 +41,8 @@
|
|||
"87.98.162.88" = [ "portcheck.transmissionbt.com" ];
|
||||
};
|
||||
|
||||
services.printing.drivers = with pkgs; [ epson-escpr ];
|
||||
|
||||
users.users.felschr = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "audio" "docker" "disk" ];
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
services.printing.drivers = with pkgs; [ epson-escpr ];
|
||||
|
||||
users.users.felschr = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "audio" "docker" "disk" ];
|
||||
|
|
Loading…
Reference in a new issue