mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
helix: add example for use with evil-helix
This commit is contained in:
parent
ea244c5ae2
commit
cb3ab5928c
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ in {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.helix;
|
default = pkgs.helix;
|
||||||
defaultText = literalExpression "pkgs.helix";
|
defaultText = literalExpression "pkgs.helix";
|
||||||
|
example = literalExpression "pkgs.evil-helix";
|
||||||
description = "The package to use for helix.";
|
description = "The package to use for helix.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue