From e754ed7492df5185d41846e5b06b358b76a0aad2 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 15 Aug 2025 16:51:10 +0200 Subject: [PATCH] feat(desktop): some atuin settings. --- modules/cross-platform/home-manager/shell.nix | 3 +++ 1 file changed, 3 insertions(+) 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"; }; }; };