Compare commits
2 commits
be451481a9
...
94433d4225
Author | SHA1 | Date | |
---|---|---|---|
Alexandre Cavalheiro | 94433d4225 | ||
Alexandre Cavalheiro | 607d811587 |
|
@ -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'
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
MANPAGER = "nvim +Man!";
|
||||
};
|
||||
|
||||
home.file = {
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
MANPAGER = "nvim +Man!";
|
||||
};
|
||||
|
||||
home.file = {
|
||||
|
|
Loading…
Reference in a new issue