summaryrefslogtreecommitdiff
path: root/share/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'share/home.nix')
-rw-r--r--share/home.nix15
1 files changed, 5 insertions, 10 deletions
diff --git a/share/home.nix b/share/home.nix
index 0ba6872..6435985 100644
--- a/share/home.nix
+++ b/share/home.nix
@@ -9,17 +9,12 @@
# shell config
extraConfig = ''
- $env.config = {
- history: {
- max_size: 100_000
- file_format: "sqlite"
- isolation: true
- }
+ $env.config = {
table: {
- mode: none
- }
- }
- '';
+ mode: none
+ }
+ }
+ '';
# aliases
shellAliases = {