jj configs
This commit is contained in:
parent
9d536b3256
commit
f23383ce0b
2 changed files with 12 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue