12 lines
167 B
Nix
12 lines
167 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
programs.btop = {
|
||
|
enable = true;
|
||
|
settings = {
|
||
|
vim_keys = true;
|
||
|
rounded_corners = false;
|
||
|
theme_background = false;
|
||
|
};
|
||
|
};
|
||
|
}
|