···379379380380 If you use this feature, updates to CoreDNS may require updating `vendorHash` by following these steps again.
381381382382+- `fusuma` now enables the following plugins: [appmatcher](https://github.com/iberianpig/fusuma-plugin-appmatcher), [keypress](https://github.com/iberianpig/fusuma-plugin-keypress), [sendkey](https://github.com/iberianpig/fusuma-plugin-sendkey), [tap](https://github.com/iberianpig/fusuma-plugin-tap) and [wmctrl](https://github.com/iberianpig/fusuma-plugin-wmctrl).
382383383384## Nixpkgs internals {#sec-release-23.11-nixpkgs-internals}
384385
+15
pkgs/tools/inputmethods/fusuma/Gemfile
···11source 'https://rubygems.org'
22gem "fusuma"
33+gem "fusuma-plugin-appmatcher"
44+gem "fusuma-plugin-keypress"
55+gem "fusuma-plugin-sendkey"
66+gem "fusuma-plugin-tap"
77+gem "fusuma-plugin-wmctrl"
88+99+# I've not activated the following plugins for the reasons given below.
1010+1111+# touchscreen needs specific h/w support I don't have access to, so I can't confirm
1212+# if it's problem free. A quick check didn't reveal any problems.
1313+#gem "fusuma-plugin-touchscreen"
1414+1515+# thumbsense pulls in remap, and at best remap requires further configuration to allow the use access to event devices.
1616+#gem "fusuma-plugin-thumbsense"
1717+#gem "fusuma-plugin-remap"