pantheon/modules/flake-parts/text.nix
Mohammad Rafiq 17a11a4628
refactor(text): extract text helper to rrvsh/text.nix
This commit adds the rrvsh/text.nix flake to manage text generation.
It also removes the old text generation helpers module and updates the
README and flake.nix files to use the new flake.
2025-07-06 05:14:55 +08:00

4 lines
71 B
Nix

{ inputs, ... }:
{
imports = [ inputs.text.flakeModules.default ];
}