From fb64c6123b68235f01f873dbff7594c769aa8ff5 Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Fri, 29 May 2026 16:25:46 +0300 Subject: [PATCH] feat(hand7s): btm init Signed-off-by: s0me1newithhand7s --- hand7s/programs/bottom.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hand7s/programs/bottom.nix diff --git a/hand7s/programs/bottom.nix b/hand7s/programs/bottom.nix new file mode 100644 index 0000000..b00eda8 --- /dev/null +++ b/hand7s/programs/bottom.nix @@ -0,0 +1,7 @@ +_: { + programs = { + bottom = { + enable = true; + }; + }; +}