Compare commits
No commits in common. "94433d422595985d49d8d97791caba88ad6887e3" and "be451481a9f2b295beafdbde4819d96b84668b26" have entirely different histories.
94433d4225
...
be451481a9
|
@ -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'
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
MANPAGER = "nvim +Man!";
|
||||
};
|
||||
|
||||
home.file = {
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
MANPAGER = "nvim +Man!";
|
||||
};
|
||||
|
||||
home.file = {
|
||||
|
|
Loading…
Reference in a new issue