Add atuin home

This commit is contained in:
muon 2025-08-01 11:33:55 +00:00
parent ee1f5b7408
commit 8c3ce29b0d
3 changed files with 22 additions and 9 deletions

View file

@ -29,7 +29,23 @@ in with lib; {
"htop"
"vifm"
"rbw"
]);
]) // {
atuin = {
enable = true;
enableZshIntegration = true;
flags = [ "--disable-up-arrow" ];
settings = {
sync_frequency = "5m";
sync_address = "https://atuin.muon.host";
key_path = config.sops.secrets.atuin-auth.path;
keymap_mode = "vim-insert";
keymap_cursor = {
vim_insert = "blink-bar";
vim_normal = "steady-block";
};
};
};
};
home.packages = with pkgs; [
# libraries