use home-manager for btop

This commit is contained in:
Noa Aarts 2024-11-11 00:17:31 +01:00
parent 24abe4b7a0
commit eaf2c4ee2c
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -45,8 +45,6 @@ in
signal-desktop signal-desktop
btop
dconf dconf
pipewire pipewire
@ -162,6 +160,18 @@ in
}; };
programs = { programs = {
btop = {
enable = true;
settings = {
color_theme = "ayu";
theme_background = false;
truecolor = true;
vim_keys = true;
rounded_corners = true;
update_ms = 500;
proc_mem_bytes = true;
};
};
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
home-manager.enable = true; home-manager.enable = true;
# add `play funny video` as alias because why not # add `play funny video` as alias because why not