Move btop to home, setup stylix theme and set transparency.

This commit is contained in:
jay
2025-07-16 09:58:34 -04:00
parent cb659e768e
commit 6e6962314b
2 changed files with 11 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
inputs.stylix.homeModules.stylix
./programs/alacritty.nix
./programs/bash.nix
./programs/btop.nix
./programs/git.nix
./programs/hyprland.nix
./programs/hyprlock.nix

View File

@@ -0,0 +1,10 @@
{ ... }: {
programs.btop = {
enable = true;
settings = {
color_theme = "stylix";
theme_background = false;
};
};
}