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