From 8be024e136c7426772c3bd8f9a56fe4000d6d24c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 May 2016 18:45:12 +0200 Subject: Patch for wacom support --- hel.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 33a3eef4..1feb4c1a 100644 --- a/hel.nix +++ b/hel.nix @@ -41,6 +41,17 @@ defaultLocale = "en_US.UTF-8"; }; + nixpkgs.config = { + packageOverrides = pkgs: { + stdenv = pkgs.stdenv // { + platform = pkgs.stdenv.platform // { + kernelPatches = [ { patch = ./hel/wacom.patch; name = "wacom-fix"; } + ]; + }; + }; + }; + }; + environment.systemPackages = with pkgs; [ git slock -- cgit v1.2.3