mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +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 {
|
config = lib.mkIf config.custom.programs.btop.enable {
|
||||||
programs.btop = {
|
programs.btop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.settings =
|
settings.color_theme =
|
||||||
{
|
{
|
||||||
dark = "adwaita-dark";
|
dark = "adwaita-dark";
|
||||||
light = "adwaita";
|
light = "adwaita";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue