nix-dotfiles/modules/etc/input-remapper/default.nix
2024-04-05 16:32:10 -07:00

5 lines
74 B
Nix

{ config, pkgs, lib, ... }:
{
services.input-remapper.enable = true;
}