MyNixOS website logo

Configuration settings for aliae. All the available options can be found here: https://aliae.dev/docs/setup/configuration#example.

Declarations
Type
YAML 1.1 value
Default
{ }
Example
{
  alias = [
    {
      name = "a";
      value = "aliae";
    }
    {
      name = "hello-world";
      type = "function";
      value = "echo \"hello world\"";
    }
  ];
  env = [
    {
      name = "EDITOR";
      value = "code-insiders --wait";
    }
  ];
}