13 lines
189 B
Nix
13 lines
189 B
Nix
{...}: {
|
|
programs.btop = {
|
|
enable = true;
|
|
|
|
rose-pine.enable = true;
|
|
|
|
settings = {
|
|
theme_background = false;
|
|
truecolor = true;
|
|
vim_keys = true;
|
|
};
|
|
};
|
|
}
|