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
|
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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue