use home-manager for btop
This commit is contained in:
parent
24abe4b7a0
commit
eaf2c4ee2c
1 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue