1
0
Fork 0
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:
Nikita Uvarov 2017-08-15 13:54:33 +02:00 committed by Robert Helgesson
parent 1d24e96074
commit cde8e02bf2
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86
3 changed files with 104 additions and 1 deletions

View file

@ -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.