reNixos/hand7s/programs/trippy.nix
s0me1newithhand7s 2368f8fe2b feat(hand7s): trippy init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 16:43:02 +03:00

7 lines
70 B
Nix

_: {
programs = {
trippy = {
enable = true;
};
};
}