From 5648ae6b31e7cb66bb51162b03a63290149aa672 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Fri, 11 Jul 2025 20:34:30 +0800 Subject: [PATCH] feat: tealdeer (tldr) --- modules/cli/misc.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/cli/misc.nix b/modules/cli/misc.nix index 1e10e56..25b847c 100644 --- a/modules/cli/misc.nix +++ b/modules/cli/misc.nix @@ -75,6 +75,10 @@ lib.my.makeSwitch { }) ]; }; + programs.tealdeer = { + enable = true; + enableAutoUpdates = true; + }; }; }; }