[module/atuin] add

This commit is contained in:
2026-01-23 10:43:06 +08:00
parent 91a6a981c2
commit 0b8cc95ab1
3 changed files with 281 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{ lib, ... }:
{
programs.atuin = {
enable = true;
# 我自己会写 zshrc 集成的部分,所以关掉自动集成
enableZshIntegration = false;
};
home.file =
(lib.origami404.standaloneToHome ".config/atuin");
}