1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 17:38:33 +02:00

i3: fix config.keybindings example

This commit is contained in:
Robert Helgesson 2020-05-24 13:00:30 +02:00
parent a0d9a58616
commit 1c71bd1242
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -101,10 +101,8 @@ let
'';
example = literalExample ''
let
modifier = xsession.windowManager.i3.config.modifier;
in
lib.mkOptionDefault {
modifier = config.xsession.windowManager.i3.config.modifier;
in lib.mkOptionDefault {
"''${modifier}+Return" = "exec i3-sensible-terminal";
"''${modifier}+Shift+q" = "kill";
"''${modifier}+d" = "exec \${pkgs.dmenu}/bin/dmenu_run";