mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
Fix so that you can still generate `programs.helix.extraConfig` without using `programs.helix.settings`. Useful particularly in the case of `extraConfig = lib.readFile ./config.toml;`.
5 lines
106 B
Nix
5 lines
106 B
Nix
{
|
|
helix-example-settings = ./example-settings.nix;
|
|
helix-only-extraconfig = ./only-extraconfig.nix;
|
|
}
|