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

fixed typo

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

View File

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