this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(home/tmux): truecolor

hallaine.com 3af0137b ae779931

verified
+4
+4
home/default.nix
··· 53 53 tmux = { 54 54 enable = true; 55 55 keyMode = "vi"; 56 + terminal = "tmux-256color"; 57 + extraConfig = '' 58 + set-option -as terminal-features ",xterm-256color:RGB" 59 + ''; 56 60 }; 57 61 58 62 starship = {