steveel-laptop: use unstable kyocera drivers
This commit is contained in:
parent
f3683fcda9
commit
b367bd3c4d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue