From ee2d8734c5a8f7578a748b0f50bae06be539962d Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Thu, 6 Apr 2017 18:08:29 +0200 Subject: [PATCH] Toshiba printer driver package pushed upstream --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index c538ede..fd41a39 100644 --- a/configuration.nix +++ b/configuration.nix @@ -85,6 +85,7 @@ }; }; + # Test (can be removed) nix.useSandbox = true; programs = { @@ -165,7 +166,9 @@ nixosManual.enable = false; printing = { enable = true; - # drivers = [ pkgs.hplip ]; + drivers = with pkgs; [ # pkgs.hplip + cups-toshiba-estudio # Yay, my pull request has been accepted + ]; }; redshift = {