mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-11 03:21:08 +01:00
zsh: add module
This commit is contained in:
parent
1d24e96074
commit
cde8e02bf2
3 changed files with 104 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ in
|
|||
|
||||
home.sessionVariableSetter = mkOption {
|
||||
default = "bash";
|
||||
type = types.enum [ "pam" "bash" ];
|
||||
type = types.enum [ "pam" "bash" "zsh" ];
|
||||
example = "pam";
|
||||
description = ''
|
||||
Identifies the module that should set the session variables.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue