programs.aliae.settings
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
- <home-manager/modules/programs/aliae.nix>