btop: update configuration

This commit is contained in:
Primrose 2025-02-10 21:24:23 +01:00
parent 3751a1c256
commit 1d697902ee
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 56 additions and 105 deletions

View file

@ -1,7 +1,6 @@
{
config,
lib,
...
}: {
xdg.configFile = lib.mkIf config.programs.btop.enable {btop.source = ./btop;};
{config, ...}: {
programs.btop = {
settings.color_theme = "${config.programs.btop.package}/share/btop/themes/onedark.theme";
extraConfig = builtins.readFile ./btop.conf;
};
}