1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-13 14:02:46 +01:00
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;
};
};
};
}