nix-community.nixvim/modules/top-level
Matt Sturgeon 086873bed9
modules: refactor extraFiles
Moved `extraFiles` from `modules/output.nix` into its own file `modules/files.nix`.

Users should now assign text to a `text` attribute, however they could
also assign a file path to a `source` attribute instead.

The old method of directly assigning a string still works, and is
coerced to the new type along with a deprecation warning.
2024-07-07 16:42:47 +01:00
..
files modules: refactor extraFiles 2024-07-07 16:42:47 +01:00
default.nix modules/files: move submodule to its own file 2024-07-05 17:21:56 +01:00
output.nix modules/output: fix extraLuaPackages 2024-07-06 20:44:43 +00:00