jj configs

This commit is contained in:
Tao Tien 2024-02-11 02:29:23 -08:00
parent 9d536b3256
commit f23383ce0b
2 changed files with 12 additions and 0 deletions

View file

@ -13,6 +13,10 @@
name = "Tao Tien";
email = "29749622+taotien@users.noreply.github.com";
};
ui =
{
default-command = "log";
};
};
};
@ -39,6 +43,11 @@
extraConfig = builtins.readFile ./wezterm.lua;
};
zellij = {
enable = true;
settings = { };
};
zoxide = {
enable = true;
enableNushellIntegration = true;