home: x: don't use absolute path for commands
This commit is contained in:
parent
806f0bd4fb
commit
1fa2bee372
|
@ -85,7 +85,7 @@ in
|
||||||
|
|
||||||
keybindings = lib.mkOptionDefault {
|
keybindings = lib.mkOptionDefault {
|
||||||
"${modifier}+Shift+e" = ''mode "${logoutMode}"'';
|
"${modifier}+Shift+e" = ''mode "${logoutMode}"'';
|
||||||
"${modifier}+i" = "exec ${pkgs.emacsPgtkGcc}/bin/emacsclient -c";
|
"${modifier}+i" = "exec emacsclient -c";
|
||||||
};
|
};
|
||||||
|
|
||||||
modes =
|
modes =
|
||||||
|
|
Loading…
Reference in a new issue