mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 02:34:34 +02:00
plugins/wezterm: init
Co-authored-by: Austin Horstman <khaneliman12@gmail.com> Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
parent
3fa487c81d
commit
abe2211aef
2 changed files with 60 additions and 0 deletions
23
tests/test-sources/plugins/by-name/wezterm/default.nix
Normal file
23
tests/test-sources/plugins/by-name/wezterm/default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
empty =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
plugins.wezterm = {
|
||||
enable = true;
|
||||
weztermPackage = pkgs.wezterm;
|
||||
};
|
||||
};
|
||||
|
||||
defaults =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
plugins.wezterm = {
|
||||
enable = true;
|
||||
weztermPackage = pkgs.wezterm;
|
||||
|
||||
settings = {
|
||||
create_commands = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue