xf86-input-cmt: rename from xf86_input_cmt to fit package naming conventions

This commit is contained in:
quantenzitrone
2025-12-13 00:38:22 +01:00
parent b6fd4d089f
commit b44ad3bd58
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ in
config = mkIf cfg.enable {
services.xserver.modules = [ pkgs.xf86_input_cmt ];
services.xserver.modules = [ pkgs.xf86-input-cmt ];
environment.etc = {
"${etcPath}/40-touchpad-cmt.conf" = {
+1
View File
@@ -1696,6 +1696,7 @@ mapAliases {
xbrightness = throw "'xbrightness' has been removed as it is unmaintained"; # Added 2025-08-28
xbursttools = throw "'xbursttools' has been removed as it is broken and unmaintained upstream."; # Added 2025-06-12
xdragon = throw "'xdragon' has been renamed to/replaced by 'dragon-drop'"; # Converted to throw 2025-10-27
xf86_input_cmt = xf86-input-cmt; # Added 2025-12-12
xflux = throw "'xflux' has been removed as it was unmaintained"; # Added 2025-08-22
xflux-gui = throw "'xflux-gui' has been removed as it was unmaintained"; # Added 2025-08-22
xinput_calibrator = xinput-calibrator; # Added 2025-08-28