diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-23 11:15:46 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-23 11:15:46 -0400 |
| commit | 4008f6f27bf237152f5f2788a642c769efc9bc48 (patch) | |
| tree | 63842540e16e39b677927b74894e2aeea5b83daf /tmux.nix | |
| parent | obsidian config with hacky zoom fix (diff) | |
| download | nixos-4008f6f27bf237152f5f2788a642c769efc9bc48.tar.gz nixos-4008f6f27bf237152f5f2788a642c769efc9bc48.tar.bz2 nixos-4008f6f27bf237152f5f2788a642c769efc9bc48.zip | |
zsh and tmux config added
Diffstat (limited to 'tmux.nix')
| -rw-r--r-- | tmux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ { config, pkgs, ... }: { - programs.tmux = { + programs.tmux = { enable = true; terminal = "xterm-256color"; historyLimit = 5000; |
