diff --git a/modules/home/btop/default.nix b/modules/home/btop/default.nix new file mode 100644 index 0000000..4bac962 --- /dev/null +++ b/modules/home/btop/default.nix @@ -0,0 +1,11 @@ +{ pkgs, ... }: +{ + programs.btop = { + enable = true; + + settings = { + color_theme = "dracula"; + theme_background = false; + }; + }; +} \ No newline at end of file