Toshiba printer driver package pushed upstream
This commit is contained in:
parent
cdc1c2440f
commit
ee2d8734c5
1 changed files with 4 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue