Readded tmux.enable = true; to home-manager/all.nix, and testing build. I suspect that's required for .config/tmux to be created, missing after last build

This commit is contained in:
Thai Noodles 2023-11-18 10:01:55 -08:00
parent f69ef5536e
commit 8747442203

View File

@ -70,6 +70,7 @@
};
};
programs.tmux = {
enable = true;
baseIndex = 1;
clock24 = true;
keyMode = "vi";