treewide: apply linter suggestions
This commit is contained in:
parent
aca6fcdaff
commit
1d333fc92e
39 changed files with 54 additions and 59 deletions
|
|
@ -103,7 +103,7 @@ You could use the builtin [`map`] function (or similar) to do something like thi
|
|||
```nix
|
||||
{
|
||||
keymaps =
|
||||
(builtins.map (key: {
|
||||
(map (key: {
|
||||
inherit key;
|
||||
action = "<some-action>";
|
||||
options.desc = "My cool keymapping";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue