···379380 If you use this feature, updates to CoreDNS may require updating `vendorHash` by following these steps again.
3810382383## Nixpkgs internals {#sec-release-23.11-nixpkgs-internals}
384
···379380 If you use this feature, updates to CoreDNS may require updating `vendorHash` by following these steps again.
381382+- `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).
383384## Nixpkgs internals {#sec-release-23.11-nixpkgs-internals}
385
···1source 'https://rubygems.org'
2gem "fusuma"
3+gem "fusuma-plugin-appmatcher"
4+gem "fusuma-plugin-keypress"
5+gem "fusuma-plugin-sendkey"
6+gem "fusuma-plugin-tap"
7+gem "fusuma-plugin-wmctrl"
8+9+# I've not activated the following plugins for the reasons given below.
10+11+# touchscreen needs specific h/w support I don't have access to, so I can't confirm
12+# if it's problem free. A quick check didn't reveal any problems.
13+#gem "fusuma-plugin-touchscreen"
14+15+# thumbsense pulls in remap, and at best remap requires further configuration to allow the use access to event devices.
16+#gem "fusuma-plugin-thumbsense"
17+#gem "fusuma-plugin-remap"