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

@ -24,6 +24,7 @@
wezterm
wget
yt-dlp
zellij
zstd
];
programs.partition-manager.enable = lib.mkDefault true;
@ -42,12 +43,14 @@
environment.variables = {
EDITOR = "hx";
VISUAL = "hx";
PAGER = "bat";
SKIM_DEFAULT_COMMAND = "rg --files";
};
environment.sessionVariables = {
EDITOR = "hx";
VISUAL = "hx";
PAGER = "bat";
SKIM_DEFAULT_COMMAND = "rg --files";
};

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;