From 6a08847b20408334517d8e1293bdb6b52fac2b7b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 14 Apr 2026 17:34:53 +0200 Subject: modules/atuin: Use a dedicated log directory instead of one in `$HOME` --- modules/by-name/at/atuin/module.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/by-name') diff --git a/modules/by-name/at/atuin/module.nix b/modules/by-name/at/atuin/module.nix index e18e458e..6cf8a396 100644 --- a/modules/by-name/at/atuin/module.nix +++ b/modules/by-name/at/atuin/module.nix @@ -54,6 +54,11 @@ in { auto_sync = lib.mkIf cfg.enableAge true; sync_address = lib.mkIf cfg.enableAge "https://atuin-sync.vhack.eu"; + logs = { + enabled = true; + dir = "${config.home-manager.users.soispha.xdg.cacheHome}/atuin/logs"; + }; + # Use the rather reasonable syntax of `skim` to search. search_mode = "skim"; -- cgit 1.4.1