improve atuin configuration
This commit is contained in:
parent
73fc0bd445
commit
e555c8f949
2 changed files with 8 additions and 4 deletions
6
home.nix
6
home.nix
|
@ -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" = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue