mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +01:00
btop: Fix theme
This commit is contained in:
parent
8e949b0361
commit
faf3d256ea
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
config = lib.mkIf config.custom.programs.btop.enable {
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
settings.settings =
|
||||
settings.color_theme =
|
||||
{
|
||||
dark = "adwaita-dark";
|
||||
light = "adwaita";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue