1
Fork 0
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:
RGBCube 2023-12-13 00:40:11 +03:00
parent 8aad332ab9
commit f8dec535fb
No known key found for this signature in database
5 changed files with 16 additions and 4 deletions

11
modules/btop/default.nix Normal file
View 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;
};
}

View file

@ -4,7 +4,6 @@
asciinema
fastfetch
fd
gotop
hyperfine
moreutils
nix-index