Compare commits

...

2 commits

3 changed files with 11 additions and 0 deletions

View file

@ -4,10 +4,19 @@
programs.tmux = {
enable = true;
clock24 = true;
keyMode = "vi";
terminal = "screen-256color";
extraConfig = ''
# Fix colors
set -sg terminal-overrides ",*:RGB"
'';
plugins = with pkgs.tmuxPlugins; [
{
plugin = catppuccin;
extraConfig = ''
# Set theme
set -g @catppuccin_flavour 'frappe'
'';
}

View file

@ -27,6 +27,7 @@
home.sessionVariables = {
EDITOR = "nvim";
MANPAGER = "nvim +Man!";
};
home.file = {

View file

@ -26,6 +26,7 @@
home.sessionVariables = {
EDITOR = "nvim";
MANPAGER = "nvim +Man!";
};
home.file = {