btop: formatting

This commit is contained in:
notohh 2023-05-21 06:05:50 -04:00
parent a9a2223877
commit 8813742c2a
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,20 +1,18 @@
{
...
}: {
{...}: {
programs.btop = {
enable = true;
settings = {
color_theme = "/home/notoh/.config/btop/themes/catppuccin_mocha.theme";
theme_background = false;
truecolor = true;
rounded_corners = true;
show_cpu_freq = true;
show_swap = true;
swap_disk = true;
show_disks = true;
only_physical = true;
use_fstab = true;
color_theme = "/home/notoh/.config/btop/themes/catppuccin_mocha.theme";
theme_background = false;
truecolor = true;
rounded_corners = true;
show_cpu_freq = true;
show_swap = true;
swap_disk = true;
show_disks = true;
only_physical = true;
use_fstab = true;
};
};
xdg.configFile."btop/themes/catppuccin_mocha.theme".source = ./catppuccin_mocha.theme;
}
}