wrappers: add wezterm
This commit is contained in:
parent
9991b2b8f2
commit
fc4185d65e
3 changed files with 18 additions and 2 deletions
6
wrappers/wezterm/default.nix
Normal file
6
wrappers/wezterm/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
wrappers.wezterm = {
|
||||
basePackage = pkgs.wezterm;
|
||||
env.WEZTERM_CONFIG_FILE.value = ./config.lua;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue