programs.irssi.aliases
An attribute set that maps aliases to commands.
- Type
attribute set of string- Default
{ }- Example
{ BYE = "quit"; J = "join"; }- Declared
- <home-manager/modules/programs/irssi.nix>
An attribute set that maps aliases to commands.
attribute set of string{ }{
BYE = "quit";
J = "join";
}