From b8ac9c70e1ccb70ebd4ac56a4ae12f87bfe2a903 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 10 Feb 2020 19:06:16 +0100 Subject: [PATCH] Switch to LTS kernel --- profiles/graphical/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/graphical/default.nix b/profiles/graphical/default.nix index f7eeccec..f99f08e2 100644 --- a/profiles/graphical/default.nix +++ b/profiles/graphical/default.nix @@ -10,6 +10,9 @@ ../../programs/sway/default.nix ]; + # Use LTS kernel until intel driver hangs are fixed + boot.kernelPackages = pkgs.linuxPackages_4_19; + services.pcscd = { enable = true; plugins = [ pkgs.ccid ];