From 7aabe6246eec0ae3a9e1a21ad47abab7cf45ee1e Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 18 Aug 2025 02:06:03 -0500 Subject: [PATCH] Update nushell file format --- home/baseline/nushell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/baseline/nushell.nix b/home/baseline/nushell.nix index 988d3d7..08f6c48 100644 --- a/home/baseline/nushell.nix +++ b/home/baseline/nushell.nix @@ -18,6 +18,7 @@ settings = { buffer_editor = lib.getExe config.programs.nixvim.package; "history.isolation" = true; + "history.file_format" = "sqlite"; }; }; };