Compare commits

..

No commits in common. "94433d422595985d49d8d97791caba88ad6887e3" and "be451481a9f2b295beafdbde4819d96b84668b26" have entirely different histories.

3 changed files with 0 additions and 11 deletions

View file

@ -4,19 +4,10 @@
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,7 +27,6 @@
home.sessionVariables = {
EDITOR = "nvim";
MANPAGER = "nvim +Man!";
};
home.file = {

View file

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