summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index f512458d..1f6acd55 100644
--- a/hel.nix
+++ b/hel.nix
@@ -126,6 +126,8 @@
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 = ./hel/wacom.conf; 129 environment.etc."X11/xorg.conf.d/50-wacom.conf" = {
130 source = ./hel/wacom.conf;
131 };
130} 132}
131 133