Update nushell file format

This commit is contained in:
Greg Hellings
2025-08-18 02:06:03 -05:00
parent 1802973ac2
commit 7aabe6246e
+1
View File
@@ -18,6 +18,7 @@
settings = {
buffer_editor = lib.getExe config.programs.nixvim.package;
"history.isolation" = true;
"history.file_format" = "sqlite";
};
};
};