mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
modules/dependencies: add wezterm
This commit is contained in:
parent
1e3fe17dd7
commit
68c806bd60
3 changed files with 21 additions and 29 deletions
|
@ -1,23 +1,15 @@
|
|||
{
|
||||
empty =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
plugins.wezterm = {
|
||||
enable = true;
|
||||
weztermPackage = pkgs.wezterm;
|
||||
};
|
||||
};
|
||||
|
||||
defaults =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
plugins.wezterm = {
|
||||
enable = true;
|
||||
weztermPackage = pkgs.wezterm;
|
||||
|
||||
settings = {
|
||||
create_commands = true;
|
||||
};
|
||||
empty = {
|
||||
plugins.wezterm.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.wezterm = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
create_commands = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue