10 lines
181 B
Nix
Executable File
10 lines
181 B
Nix
Executable File
{
|
|
services.walker.enable = true;
|
|
services.walker.settings = {
|
|
close = "ctrl g";
|
|
next = "ctrl n";
|
|
previous = "ctrl p";
|
|
quick_activate = ["1" "2" "3" "4"];
|
|
};
|
|
}
|