Toshiba printer driver package pushed upstream

This commit is contained in:
Martin Potier 2017-04-06 18:08:29 +02:00
parent cdc1c2440f
commit ee2d8734c5
1 changed files with 4 additions and 1 deletions

View File

@ -85,6 +85,7 @@
}; };
}; };
# Test (can be removed)
nix.useSandbox = true; nix.useSandbox = true;
programs = { programs = {
@ -165,7 +166,9 @@
nixosManual.enable = false; nixosManual.enable = false;
printing = { printing = {
enable = true; enable = true;
# drivers = [ pkgs.hplip ]; drivers = with pkgs; [ # pkgs.hplip
cups-toshiba-estudio # Yay, my pull request has been accepted
];
}; };
redshift = { redshift = {