mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add atuin home
This commit is contained in:
parent
ee1f5b7408
commit
8c3ce29b0d
3 changed files with 22 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue