diff --git a/modules/misc/version.nix b/modules/misc/version.nix index 18bb28f76..1352aadc6 100644 --- a/modules/misc/version.nix +++ b/modules/misc/version.nix @@ -5,7 +5,7 @@ with lib; { options = { home.stateVersion = mkOption { - type = types.enum [ "18.09" "19.03" "19.09" ]; + type = types.enum [ "18.09" "19.03" "19.09" "20.03" ]; default = "18.09"; description = '' It is occasionally necessary for Home Manager to change