diff --git a/modules/cross-platform/home-manager/shell.nix b/modules/cross-platform/home-manager/shell.nix index b8bedec..2cd5f0a 100644 --- a/modules/cross-platform/home-manager/shell.nix +++ b/modules/cross-platform/home-manager/shell.nix @@ -140,6 +140,9 @@ auto_sync = true; sync_frequency = "5m"; sync_address = "https://atuin.cronyakatsuki.xyz"; + style = "compact"; + workspaces = true; + keymap_mode = "vim-normal"; }; }; };