xf86-input-cmt: rename from xf86_input_cmt to fit package naming conventions
This commit is contained in:
@@ -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" = {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user