about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-04-14 17:07:55 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-04-14 17:07:55 +0200
commit472dbd4328c290c178f388a47eae72f04209fb45 (patch)
tree7a54c31d6da1595e9b6db515bda1e4cdc867fcc5
parentmodules/atin: Use upstream package (diff)
downloadnixos-config-472dbd4328c290c178f388a47eae72f04209fb45.zip
modules/atuin: Use the daemon
This might improve cli performance.
-rw-r--r--modules/by-name/at/atuin/module.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/by-name/at/atuin/module.nix b/modules/by-name/at/atuin/module.nix
index 0e87b4ab..e18e458e 100644
--- a/modules/by-name/at/atuin/module.nix
+++ b/modules/by-name/at/atuin/module.nix
@@ -35,6 +35,8 @@ in {
       programs.atuin = {
         enable = true;
 
+        daemon.enable = true;
+
         # We can do this on our own.
         enableZshIntegration = false;
 
@@ -88,8 +90,8 @@ in {
           };
 
           # I currently don't want a sync deamon or a dotfiles manager running.
-          deamon.enable = false;
           dotfiles.enable = false;
+          ai.enabled = false;
         };
       };
     };