Add bottom

This commit is contained in:
ItsDrike 2024-04-05 01:04:19 +02:00
parent fbbb22a2d3
commit d9e1fde88e
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,28 @@
# Yet another system monitor
{
programs.bottom = {
enable = false;
settings = {
flags.group_processes = true;
row = [
{
ratio = 2;
child = [
{type = "cpu";}
{type = "mem";}
];
}
{
ratio = 3;
child = [
{
type = "proc";
ratio = 1;
default = true;
}
];
}
];
};
};
}

View file

@ -9,5 +9,6 @@ _: {
./tealdeer.nix
./hyfetch.nix
./btop.nix
./bottom.nix
];
}