Compare commits

...

2 Commits

Author SHA1 Message Date
5648ae6b31 feat: tealdeer (tldr) 2025-07-11 20:34:30 +08:00
c504274eca chore: drop cht.sh 2025-07-11 20:34:21 +08:00

View File

@@ -57,8 +57,6 @@ lib.my.makeSwitch {
aria2 aria2
socat socat
cht-sh
]; ];
programs.tmux = { programs.tmux = {
enable = true; enable = true;
@@ -77,6 +75,10 @@ lib.my.makeSwitch {
}) })
]; ];
}; };
programs.tealdeer = {
enable = true;
enableAutoUpdates = true;
};
}; };
}; };
} }