add atuin key as clan var

This commit is contained in:
2025-11-27 16:07:02 +01:00
parent b917f503da
commit eb16cd96fa
4 changed files with 13 additions and 1 deletions

6
modules/dev.nix Normal file
View File

@@ -0,0 +1,6 @@
{
clan.core.vars.generators.atuin = {
prompts.key.persist = true;
files.key.owner = "rpqt";
};
}