xbazzi 20e6156509
All checks were successful
Simple Mirror to GitHub / mirror (push) Successful in 30s
Feat: Add gitea workflow + some hyprland changes
2025-08-21 23:48:51 -06:00

10 lines
172 B
Nix

{ pkgs, ...}:
{
programs.btop = {
enable = true;
# color_theme = "phoenix-night";
color_theme = "HotPurpleTrafficLight";
theme_background = false;
};
}