This is a Nix flake that installs and configures xremap.
Flake allows running xremap as a system-wide service and as a user service (controlled by services.xremap.serviceMode
option).
Flake implements xremap features that allow specifying per-application remapping. Following combinations are tested:
Scenario | No features | KDE | Gnome | X11 | Wlroots |
---|---|---|---|---|---|
System | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_check_mark: | :heavy_multiplication_x: |
User | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :question: | :heavy_check_mark: |
:heavy_check_mark: – tested, works :heavy_multiplication_x: – not implemented :question: – not tested
TL;DR:
xremap-flake.nixosModules.default
or xremap-flake.homeManagerModules.default
)services.xremap.withWlroots
/withX11
/etc., see HOWTO)services.xremap.config
See HOWTO for more information and sample configs.
The nix flake comes with a few VM presets that can be used to test some of the combinations. To run a specific VM:
nix run '.#nixosConfigurations.hyprland-user-dev.config.system.build.vm
where hyprland-user-dev
is the name of the nixosConfiguration
you want to launch