12 lines
188 B
Nix
12 lines
188 B
Nix
{
|
|
|
|
programs.btop = {
|
|
enable = true;
|
|
settings = {
|
|
#color_theme = "gruvbox_dark_v2";
|
|
color_theme = "catppuccin_mocha.theme";
|
|
vim_keys = true;
|
|
};
|
|
};
|
|
}
|