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:
parent
e697fc63e2
commit
76ed466b80
@ -74,7 +74,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
clock24 = true;
|
clock24 = true;
|
||||||
keyMode = "emacs";
|
keyMode = "emacs";
|
||||||
shell = "\${pkgs.zsh}/bin/zsh";
|
shell = "${pkgs.zsh}/bin/zsh";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user