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"; }; }; };