mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-04 16:11:06 +01: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;`.
4 lines
106 B
Nix
4 lines
106 B
Nix
{
|
|
helix-example-settings = ./example-settings.nix;
|
|
helix-only-extraconfig = ./only-extraconfig.nix;
|
|
}
|