From 1fa2bee372c677da7fecc04763418f44cb73bb42 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 19 Apr 2021 15:05:52 +0200 Subject: [PATCH] home: x: don't use absolute path for commands --- home/x/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/x/i3.nix b/home/x/i3.nix index 555a887..2c47281 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -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 =