Skip to content

Commit

Permalink
doc: correct nix syntax in sample config
Browse files Browse the repository at this point in the history
Fixes #32
  • Loading branch information
VTimofeenko committed Oct 11, 2023
1 parent 87eb623 commit 8614ac4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ Flake implements xremap features that allow specifying per-application remapping
serviceMode = "user"; # run xremap as user
config = {
modmap = [
name = "Global";
remap = { "CapsLock" = "Esc"; }; # globally remap CapsLock to Esc
{
name = "Global";
remap = { "CapsLock" = "Esc"; }; # globally remap CapsLock to Esc
}
];
};
};
Expand Down

0 comments on commit 8614ac4

Please sign in to comment.