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