Xonsh
programs.xonsh.config
Control file to customize your shell behavior.
Type: strings concatenated with "\n"
Default
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/xonsh.nix
programs.xonsh.enable
Whether to configure xonsh as an interactive shell.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/xonsh.nix
programs.xonsh.package
The xonsh package to use.
Type: package
Default
pkgs.xonsh
Example
xonsh.wrapper.override { extraPackages = ps: [ ps.requests ]; }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/xonsh.nix