aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/programs/bottom.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/programs/bottom.nix b/home/programs/bottom.nix
index 3b35d72..3261185 100644
--- a/home/programs/bottom.nix
+++ b/home/programs/bottom.nix
@@ -1,6 +1,6 @@
{ ... }:
{
- bottom = {
+ programs.bottom = {
enable = true;
settings.styles.theme = "nord-light";
};