Add input remapper

This commit is contained in:
Julia Lange 2024-04-05 16:32:10 -07:00
parent e174c88c13
commit 5fe7efc5a2
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{ config, pkgs, lib, ... }:
{
services.input-remapper.enable = true;
}

View file

@ -7,5 +7,6 @@
../../modules/graphics/nvidia ../../modules/graphics/nvidia
../../modules/etc/steam ../../modules/etc/steam
../../modules/etc/anime-launcher ../../modules/etc/anime-launcher
../../modules/etc/input-remapper
]; ];
} }