From 76ed466b80fcefb463265a8ca7d66a607a96b75a Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Wed, 17 Nov 2021 14:13:38 +0100 Subject: [PATCH] removed extra escape character Signed-off-by: Stefan Ellmauthaler --- users/ellmau/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/ellmau/zsh.nix b/users/ellmau/zsh.nix index 9a2f87f..65929b1 100644 --- a/users/ellmau/zsh.nix +++ b/users/ellmau/zsh.nix @@ -74,7 +74,7 @@ enable = true; clock24 = true; keyMode = "emacs"; - shell = "\${pkgs.zsh}/bin/zsh"; + shell = "${pkgs.zsh}/bin/zsh"; }; };