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"; }; };