feat(shell): better shell options, move tmux to shell

This commit is contained in:
2025-05-25 22:41:23 +02:00
parent f13a0f6863
commit 56cd6332ae
7 changed files with 53 additions and 26 deletions

View File

@@ -51,7 +51,10 @@ in {
};
modules = {
shell.starship.enable = true;
shell = {
starship.enable = true;
tmux.enable = true;
};
vcs = {
git.enable = true;
jj.enable = true;