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:
parent
b64423acee
commit
e697fc63e2
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user