Skip to content

Commit

Permalink
fix(shell): Fix btop theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jul 24, 2024
1 parent ef93a05 commit 7612e24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos-modules/theme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ in {
enable = true;
style = "night";
};
programs.btop.settings = {
color_theme = "tokyonight-night";
theme_background = false;
};
# handle GTK themeing
gtk = {
enable = isLinux && !isServer;
Expand Down

0 comments on commit 7612e24

Please sign in to comment.