diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 21:21:18 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 21:21:18 +0200 |
| commit | 7e37953ab85de789a72c2eb4f691523b56f7c7db (patch) | |
| tree | fbcff39346808aa39a6d05dc71d27babb663484f | |
| parent | ad251b9e80a8e0b848cf124138e4a0309fb0ace3 (diff) | |
| download | nixos-7e37953ab85de789a72c2eb4f691523b56f7c7db.tar nixos-7e37953ab85de789a72c2eb4f691523b56f7c7db.tar.gz nixos-7e37953ab85de789a72c2eb4f691523b56f7c7db.tar.bz2 nixos-7e37953ab85de789a72c2eb4f691523b56f7c7db.tar.xz nixos-7e37953ab85de789a72c2eb4f691523b56f7c7db.zip | |
overwrite
| -rw-r--r-- | hel.nix | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -126,8 +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" = { | 129 | environment.etc."X11/xorg.conf.d/50-wacom.conf".source = mkForce ./hel/wacom.conf; |
| 130 | source = ./hel/wacom.conf; | ||
| 131 | }; | ||
| 132 | } | 130 | } |
| 133 | 131 | ||
