diff options
| -rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
