aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-18 10:04:27 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-18 10:04:27 +0200
commitbe53e925cf40f46913cb3dfdc36af3a69df13f9b (patch)
treeb189e3111a614eaf86efe5c4969b28d071ef3a72
parent37905df1224d39824a9abe8d0385e2ff59e0b93a (diff)
downloadnixos-be53e925cf40f46913cb3dfdc36af3a69df13f9b.tar.zst
Update ATUIN to work better without network
-rw-r--r--home/default.nix5
1 files 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 = {