home-environment: fix evaluation error on undefined lang.base
This commit is contained in:
parent
5d49ea6d49
commit
fa73a7f916
|
@ -9,7 +9,8 @@ let
|
|||
languageSubModule = types.submodule {
|
||||
options = {
|
||||
base = mkOption {
|
||||
type = types.str;
|
||||
default = null;
|
||||
type = types.nullOr types.str;
|
||||
description = ''
|
||||
The language to use unless overridden by a more specific option.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue