[X] My Nixpkgs and Home Manager versions are in sync
Is there an existing issue for this?
[X] I have searched the existing issues
Issue description
Hi, I'm having trouble using the targets.darwin.keybindings setting. It doesn't work with the home-manager generated output, but it does when I convert it to a different format as shown below.
Using the settings:
targets.darwin.keybindings = {
# ctrl + left arrow
"^\\UF702" = "moveWordBackward:";
# ctrl + right arrow
"^\\UF703" = "moveWordForward:";
};
Are you following the right branch?
Is there an existing issue for this?
Issue description
Hi, I'm having trouble using the
targets.darwin.keybindings
setting. It doesn't work with the home-manager generated output, but it does when I convert it to a different format as shown below.Using the settings:
Generates the following output:
Which doesn't work. If I set the file content to:
It works perfectly fine. Is the wrong type of output being generated?
Maintainer CC
No response
System information