mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Use btop instead of gotop
This commit is contained in:
parent
8aad332ab9
commit
f8dec535fb
5 changed files with 16 additions and 4 deletions
11
modules/btop/default.nix
Normal file
11
modules/btop/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ ulib, theme, ... }: with ulib;
|
||||
|
||||
homeConfiguration {
|
||||
xdg.configFile."btop/themes/base16.theme".text = theme.btopTheme;
|
||||
|
||||
programs.btop = enabled {
|
||||
settings.color_theme = "base16";
|
||||
|
||||
settings.rounded_corners = theme.corner-radius != 0;
|
||||
};
|
||||
}
|
|
@ -4,7 +4,6 @@
|
|||
asciinema
|
||||
fastfetch
|
||||
fd
|
||||
gotop
|
||||
hyperfine
|
||||
moreutils
|
||||
nix-index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue