nix-dotfiles/modules/etc/input-remapper/default.nix

6 lines
74 B
Nix
Raw Normal View History

2024-04-05 16:32:10 -07:00
{ config, pkgs, lib, ... }:
{
services.input-remapper.enable = true;
}