Skip to content

refactor(nix): remove redundant alias in user-paths.nix #59

Description

@siraken

Summary

In nix/modules/user-paths.nix, config and configDir are defined as identical functions:

config = app: mkPath configBase app;
configDir = app: mkPath configBase app;

Proposed change

Remove the redundant configDir alias and use config consistently. Update any call sites that reference configDir to use config instead.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions