improve atuin configuration

This commit is contained in:
Markus Heurung 2024-05-22 10:14:20 +02:00
parent 73fc0bd445
commit e555c8f949
2 changed files with 8 additions and 4 deletions

View file

@ -96,6 +96,10 @@
flags = [
"--disable-up-arrow"
];
settings = {
auto_sync = true;
key_path = config.sops.secrets.atuin_key.path;
};
};
bat = {
enable = true;
@ -411,7 +415,7 @@
age.keyFile = "${config.xdg.configHome}/sops/age/keys.txt";
defaultSopsFile = ./secrets/secrets.yaml;
secrets = {
just_a_test = {};
atuin_key = {};
"mail/privat/address" = {};
"mail/privat/username" = {};
"mail/privat/password" = {};