1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

removed extra escape character

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-11-17 14:13:38 +01:00
parent e697fc63e2
commit 76ed466b80

View File

@ -74,7 +74,7 @@
enable = true;
clock24 = true;
keyMode = "emacs";
shell = "\${pkgs.zsh}/bin/zsh";
shell = "${pkgs.zsh}/bin/zsh";
};
};