about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-01-18 19:57:10 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2020-01-20 16:09:29 -0500
commitafe27e517b33110b84cc6d1562fa299fc204dad1 (patch)
tree8c7334d5b0a9469eb3f22cd8a20ad7e88b84e24e /nixos/modules/rename.nix
parent5f594c6a7c5e66f6ff5666f3525bf259b2e444e6 (diff)
downloadnixlib-afe27e517b33110b84cc6d1562fa299fc204dad1.tar
nixlib-afe27e517b33110b84cc6d1562fa299fc204dad1.tar.gz
nixlib-afe27e517b33110b84cc6d1562fa299fc204dad1.tar.bz2
nixlib-afe27e517b33110b84cc6d1562fa299fc204dad1.tar.lz
nixlib-afe27e517b33110b84cc6d1562fa299fc204dad1.tar.xz
nixlib-afe27e517b33110b84cc6d1562fa299fc204dad1.tar.zst
nixlib-afe27e517b33110b84cc6d1562fa299fc204dad1.zip
nixos/multitouch: remove
On numerous occasions I have seen users mistake this
module as libinput because it being called "multitouch"
and them being unaware that the actually module they want
is libinput. They then run into several decrepit bugs due
to the completely out-of-date nature of the underlying package.
The underlying package hasn't been changed to an up-to-date
fork in a period of 8 years. I don't consider this to be production quality.
However, I'm not opposed for the module being readded to NixOS
with new packaging, and a better name.
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index 94b5530192e3..26de8a18d922 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -29,6 +29,11 @@ with lib;
     (mkRemovedOptionModule [ "services.fourStoreEndpoint" ] "The fourStoreEndpoint module has been removed")
     (mkRemovedOptionModule [ "programs" "way-cooler" ] ("way-cooler is abandoned by its author: " +
       "https://way-cooler.org/blog/2020/01/09/way-cooler-post-mortem.html"))
+    (mkRemovedOptionModule [ "services" "xserver" "multitouch" ] ''
+      services.xserver.multitouch (which uses xf86_input_mtrack) has been removed
+      as the underlying package isn't being maintained. Working alternatives are
+      libinput and synaptics.
+    '')
 
     # Do NOT add any option renames here, see top of the file
   ];