feat: add tmux and tealdeer to rafiq

This commit is contained in:
Mohammad Rafiq 2025-02-25 03:53:20 +08:00
parent b40077b07e
commit 5db623a5b1

View file

@ -46,8 +46,6 @@
programs.lazygit.enable = true;
#TODO add neovim option
#TODO add starship
programs.bash = {
@ -101,6 +99,19 @@
services.cliphist.enable = true;
programs.tmux = {
enable = true;
extraConfig = ''
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
'';
};
programs.tealdeer = {
enable = true;
enableAutoUpdates = true;
};
home.stateVersion = "24.11";
programs.home-manager.enable = true;
}