summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:05:23 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:05:23 +0200
commit947af13a5560b17a897a18616f6af51d1facc0b7 (patch)
tree817fb3d38810df93a28da763b09e61a2346ce232 /hel.nix
parent80d02ec79ab41aee9066fe0aeb283012eaf93e75 (diff)
downloadnixos-947af13a5560b17a897a18616f6af51d1facc0b7.tar
nixos-947af13a5560b17a897a18616f6af51d1facc0b7.tar.gz
nixos-947af13a5560b17a897a18616f6af51d1facc0b7.tar.bz2
nixos-947af13a5560b17a897a18616f6af51d1facc0b7.tar.xz
nixos-947af13a5560b17a897a18616f6af51d1facc0b7.zip
patch libiqm
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 4a01d934..1b3520e7 100644
--- a/hel.nix
+++ b/hel.nix
@@ -57,6 +57,12 @@
57 (callPackage ./utils/nix/rebuild-system.nix {}) 57 (callPackage ./utils/nix/rebuild-system.nix {})
58 ]; 58 ];
59 59
60 nixpkgs.config.packageOverrides = pkgs: rec {
61 libiqm = overrideDerivation pkgs.libiqm (attrs: {
62 patches = attrs.patches ++ [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ];
63 });
64 };
65
60 services = { 66 services = {
61 logind.extraConfig = '' 67 logind.extraConfig = ''
62 HandleLidSwitch=suspend 68 HandleLidSwitch=suspend