changes to nvim, added podman to user

This commit is contained in:
2026-05-15 11:47:23 +01:00
parent 0545039d39
commit 5e83cc9863
5 changed files with 66 additions and 55 deletions
+5 -4
View File
@@ -11,10 +11,11 @@
minimal-tmux-status
];
extraConfig = ''
set-option -g default-terminal "xterm-256color"
set -a terminal-features "xterm-256color:RGB"
set -g status-bg black
set -g status-fg white
set-option -g default-terminal "tmux-256color"
set -as terminal-features ",xterm-256color:RGB"
set -g status-bg black
set -g status-fg white
set -g mouse on
'';
};
};