From c367bf234f9d136d9c7ca8954a059449371f9512 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Fri, 10 Oct 2025 18:44:20 +0000 Subject: [PATCH] Remove daemon option from atuin module --- modules/home/atuin.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/home/atuin.nix b/modules/home/atuin.nix index 02cec30..8356132 100644 --- a/modules/home/atuin.nix +++ b/modules/home/atuin.nix @@ -2,9 +2,6 @@ programs.atuin = { enable = true; enableFishIntegration = true; - daemon = { - enable = true; - }; flags = [ "--disable-up-arrow" ];