diff --git a/modules/home-manager/common.nix b/modules/home-manager/common.nix index 24dab67..446ae61 100644 --- a/modules/home-manager/common.nix +++ b/modules/home-manager/common.nix @@ -95,10 +95,16 @@ sync_frequency = "1m"; sync_address = "https://atuin.h.lyte.dev"; keymap_mode = "vim-insert"; + inline_height = 10; + show_preview = true; sync = { records = true; }; + + dotfiles = { + enabled = true; + }; }; };