[module/atuin] add
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
# 我自己会写 zshrc 集成的部分,所以关掉自动集成
|
||||
enableZshIntegration = false;
|
||||
};
|
||||
|
||||
home.file =
|
||||
(lib.origami404.standaloneToHome ".config/atuin");
|
||||
}
|
||||
Reference in New Issue
Block a user