summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-13 21:21:42 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-13 21:21:42 +0200
commit39b89c27ad73248ac8fcccc3f8484531dc1a2cb5 (patch)
tree070bda2eee95f02441d01c43fececb73a7da74bd
parent7e37953ab85de789a72c2eb4f691523b56f7c7db (diff)
downloadnixos-39b89c27ad73248ac8fcccc3f8484531dc1a2cb5.tar
nixos-39b89c27ad73248ac8fcccc3f8484531dc1a2cb5.tar.gz
nixos-39b89c27ad73248ac8fcccc3f8484531dc1a2cb5.tar.bz2
nixos-39b89c27ad73248ac8fcccc3f8484531dc1a2cb5.tar.xz
nixos-39b89c27ad73248ac8fcccc3f8484531dc1a2cb5.zip
syntax
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 63ca0eee..b73072e7 100644
--- a/hel.nix
+++ b/hel.nix
@@ -126,6 +126,6 @@
126 options = "--delete-older-than 30d"; 126 options = "--delete-older-than 30d";
127 }; 127 };
128 128
129 environment.etc."X11/xorg.conf.d/50-wacom.conf".source = mkForce ./hel/wacom.conf; 129 environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./hel/wacom.conf;
130} 130}
131 131