steveel-laptop: use unstable kyocera drivers

This commit is contained in:
steveej 2018-05-18 14:34:56 +02:00
parent f3683fcda9
commit b367bd3c4d

View file

@ -3,6 +3,7 @@
let let
gitpkgs = import /home/steveej/src/github/NixOS/nixpkgs {}; gitpkgs = import /home/steveej/src/github/NixOS/nixpkgs {};
unstablepkgs = import <nixos-unstable> {};
in in
@ -130,7 +131,6 @@ rec {
''; '';
}; };
environment.sessionVariables = { environment.sessionVariables = {
EDITOR = "vim"; EDITOR = "vim";
NIXPKGS_ALLOW_UNFREE = "1"; NIXPKGS_ALLOW_UNFREE = "1";
@ -187,7 +187,7 @@ rec {
enable = true; enable = true;
drivers = [ drivers = [
pkgs.hplip pkgs.hplip
gitpkgs.cups-kyodialog3 unstablepkgs.cups-kyodialog3
]; ];
}; };