summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 33a3eef4..1feb4c1a 100644
--- a/hel.nix
+++ b/hel.nix
@@ -41,6 +41,17 @@
41 defaultLocale = "en_US.UTF-8"; 41 defaultLocale = "en_US.UTF-8";
42 }; 42 };
43 43
44 nixpkgs.config = {
45 packageOverrides = pkgs: {
46 stdenv = pkgs.stdenv // {
47 platform = pkgs.stdenv.platform // {
48 kernelPatches = [ { patch = ./hel/wacom.patch; name = "wacom-fix"; }
49 ];
50 };
51 };
52 };
53 };
54
44 environment.systemPackages = with pkgs; [ 55 environment.systemPackages = with pkgs; [
45 git 56 git
46 slock 57 slock