diff --git a/modules/programs/bash.nix b/modules/programs/bash.nix index 0d30f27f..f706f8df 100644 --- a/modules/programs/bash.nix +++ b/modules/programs/bash.nix @@ -137,7 +137,7 @@ in sessionVariables = mkOption { default = { }; - type = types.attrs; + type = with types; lazyAttrsOf (either str int); example = { MAILCHECK = 30; };