diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-04-14 17:07:55 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-04-14 17:07:55 +0200 |
| commit | 472dbd4328c290c178f388a47eae72f04209fb45 (patch) | |
| tree | 7a54c31d6da1595e9b6db515bda1e4cdc867fcc5 /modules | |
| parent | modules/atin: Use upstream package (diff) | |
| download | nixos-config-472dbd4328c290c178f388a47eae72f04209fb45.zip | |
modules/atuin: Use the daemon
This might improve cli performance.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/by-name/at/atuin/module.nix | 4 |
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; }; }; }; |
