From bec76a3af1ab18cf7190d2ccdfcde568443cdb8f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 3 Jan 2026 08:34:53 -0800 Subject: configure the theme for bottom and bat --- home/programs/bottom.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 home/programs/bottom.nix (limited to 'home/programs/bottom.nix') diff --git a/home/programs/bottom.nix b/home/programs/bottom.nix new file mode 100644 index 0000000..3b35d72 --- /dev/null +++ b/home/programs/bottom.nix @@ -0,0 +1,7 @@ +{ ... }: +{ + bottom = { + enable = true; + settings.styles.theme = "nord-light"; + }; +} -- cgit v1.2.3