From ad251b9e80a8e0b848cf124138e4a0309fb0ace3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 May 2016 21:17:09 +0200 Subject: syntax --- hel.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index f512458d..1f6acd55 100644 --- a/hel.nix +++ b/hel.nix @@ -126,6 +126,8 @@ options = "--delete-older-than 30d"; }; - environment.etc."X11/xorg.conf.d/50-wacom.conf".source = ./hel/wacom.conf; + environment.etc."X11/xorg.conf.d/50-wacom.conf" = { + source = ./hel/wacom.conf; + }; } -- cgit v1.2.3