Fixed bug with atuin daemon

This commit is contained in:
Random936
2026-04-25 18:27:43 -04:00
parent 8ecb4d3962
commit 0f9900c878

View File

@@ -13,11 +13,12 @@
}; };
atuin = { atuin = {
enable = true; enable = true;
daemon.enable = true;
enableZshIntegration = true; enableZshIntegration = true;
settings = { settings = {
enter_accept = false; enter_accept = false;
filter_mode = "host"; filter_mode = "host";
filter_mode_shell_up_key_binding = "session"; filter_mode_shell_up_key_binding = "session";
}; };
}; };
zsh = { zsh = {