aboutsummaryrefslogtreecommitdiff
path: root/home/programs/bottom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/programs/bottom.nix')
-rw-r--r--home/programs/bottom.nix7
1 files changed, 7 insertions, 0 deletions
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";
+ };
+}