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

View File

@@ -1,6 +1,7 @@
{
self,
config,
osConfig,
pkgs,
...
}:
@@ -32,9 +33,12 @@
programs.zoxide.enable = true;
programs.starship.enable = true;
programs.atuin.enable = true;
programs.bat.enable = true;
programs.atuin.enable = true;
xdg.dataFile."atuin/key".source =
config.lib.file.mkOutOfStoreSymlink osConfig.clan.core.vars.generators.atuin.files.key.path;
programs.zsh = {
enable = true;
syntaxHighlighting.enable = true;