From be53e925cf40f46913cb3dfdc36af3a69df13f9b Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Thu, 18 Dec 2025 10:04:27 +0200 Subject: Update ATUIN to work better without network --- home/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/default.nix b/home/default.nix index ebf4956..21dbf53 100644 --- a/home/default.nix +++ b/home/default.nix @@ -224,9 +224,10 @@ in }; settings = { auto_sync = true; + style = "compact"; sync_address = "https://atuin.tammi.cc"; sync_frequency = "5m"; - style = "compact"; + update_check = false; workspaces = true; }; }; @@ -264,10 +265,10 @@ in installVimSyntax = true; enableFishIntegration = true; settings = { + copy-on-select = true; font-family = "Iosevka Nerd Font"; font-size = 12; mouse-hide-while-typing = true; - copy-on-select = true; theme = "nord"; }; themes = { -- cgit v1.2.3-70-g09d2