programs.aliae.settings

Home-Manager option

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

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"; } ]; }
declared in: <home-manager/modules/programs/aliae.nix>source unavailable