6 lines
98 B
Nix
6 lines
98 B
Nix
{
|
|
programs.aliae = {
|
|
enable = true;
|
|
configLocation = "/another/path/aliae.yaml";
|
|
};
|
|
}
|