docs: clarify assertion message

This commit is contained in:
NotAShelf 2023-04-11 13:43:58 +03:00
parent 557aa291bd
commit 459f542980
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -15,7 +15,7 @@ in {
(config.programs.neovim-flake.enable)
{
assertion = !config.programs.neovim.enable;
message = "You cannot use neovim-flake together with vanilla neovim.";
message = "You cannot use `programs.neovim-flake.enable` with `programs.neovim.enable`";
}
];
}