{ config, pkgs, ... }: { # Input remapping service (mouse buttons/keys) + its configuration GUI. services.input-remapper.enable = true; environment.systemPackages = with pkgs; [ piper input-remapper ]; }