This commit is contained in:
minish 2024-12-31 23:04:15 -05:00
parent b2c032ca6a
commit 5110dace62
Signed by: min
SSH Key Fingerprint: SHA256:NFjjdbkd6u7aoMlcrDCVvz6o2UBtlAuPm8IQ2vhZ3Fg
1 changed files with 5 additions and 1 deletions

View File

@ -11,8 +11,12 @@ _: {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
}; };
zoxide.enable = true; zoxide.enable = true;
tmux.enable = true; tmux.enable = true;
btop = {
enable = true;
settings.color_theme = "ayu";
};
}; };
} }