Skip to content

mkIf under files.<file>.text no longer works #75

@fxzzi

Description

@fxzzi

The below works fine on revision 31f969f

xdg.config.files."zsh/.zprofile".text = mkIf cfg.autoStart autoStartCmd;

On latest master it doesn't tho, however the below does

xdg.config.files."zsh/.zprofile" = mkIf cfg.autoStart {text = autoStartCmd;};

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions