helix: add example for use with evil-helix

This commit is contained in:
Chet Gurevitch 2024-09-12 20:09:22 +00:00 committed by Robert Helgesson
parent ea244c5ae2
commit cb3ab5928c
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -15,6 +15,7 @@ in {
type = types.package;
default = pkgs.helix;
defaultText = literalExpression "pkgs.helix";
example = literalExpression "pkgs.evil-helix";
description = "The package to use for helix.";
};