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 = {