Add input remapper
This commit is contained in:
parent
e174c88c13
commit
5fe7efc5a2
2 changed files with 6 additions and 0 deletions
5
modules/etc/input-remapper/default.nix
Normal file
5
modules/etc/input-remapper/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.input-remapper.enable = true;
|
||||||
|
}
|
||||||
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue