9 lines
132 B
Nix
Executable file
9 lines
132 B
Nix
Executable file
{ pkgs, config, ... }: {
|
|
|
|
services.input-remapper.enable = true;
|
|
environment.systemPackages = [
|
|
pkgs.input-remapper
|
|
];
|
|
|
|
}
|