2.home-manager/tests/modules/programs/aliae/config-location-no-settings.nix
2025-10-03 19:01:20 -05:00

6 lines
98 B
Nix

{
programs.aliae = {
enable = true;
configLocation = "/another/path/aliae.yaml";
};
}