add btop config

This commit is contained in:
Frost-Phoenix 2023-11-05 22:16:46 +01:00
parent 0aa7c339d4
commit 27d69187ae

View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
programs.btop = {
enable = true;
settings = {
color_theme = "dracula";
theme_background = false;
};
};
}