home: x: don't use absolute path for commands
This commit is contained in:
parent
e3a9db2af0
commit
6b660a74ef
|
@ -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