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