home: x: don't use absolute path for commands

This commit is contained in:
Antoine Martin 2021-04-19 15:05:52 +02:00
parent e3a9db2af0
commit 6b660a74ef

View file

@ -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 =