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 = {
enable = true;
daemon.enable = true;
enableZshIntegration = true;
settings = {
enter_accept = false;
filter_mode = "host";
filter_mode_shell_up_key_binding = "session";
enter_accept = false;
filter_mode = "host";
filter_mode_shell_up_key_binding = "session";
};
};
zsh = {