nix-community.nixvim/tests/test-sources/plugins/by-name/wezterm/default.nix
2025-04-11 08:51:45 +10:00

15 lines
190 B
Nix

{
empty = {
plugins.wezterm.enable = true;
};
defaults = {
plugins.wezterm = {
enable = true;
settings = {
create_commands = true;
};
};
};
}