diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 21:17:09 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 21:17:09 +0200 |
commit | ad251b9e80a8e0b848cf124138e4a0309fb0ace3 (patch) | |
tree | f735e91cd64e6e0081d0d09f96d7f72b585576e5 /hel.nix | |
parent | 01d5c3a0361a89f2b984246bd68de4166a628604 (diff) | |
download | nixos-ad251b9e80a8e0b848cf124138e4a0309fb0ace3.tar nixos-ad251b9e80a8e0b848cf124138e4a0309fb0ace3.tar.gz nixos-ad251b9e80a8e0b848cf124138e4a0309fb0ace3.tar.bz2 nixos-ad251b9e80a8e0b848cf124138e4a0309fb0ace3.tar.xz nixos-ad251b9e80a8e0b848cf124138e4a0309fb0ace3.zip |
syntax
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 | ||