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

View file

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