programs.rush.shell
NixOS option
The resolved shell path that users can inherit to set rush as their login shell. This is a convenience option for use in user definitions. Example: users.users.alice = { inherit (config.programs.rush) shell; ... };
type: package or absolute pathdeclared in: nixos/modules/programs/rush.nixView source on NixOS/nixpkgs →