aboutsummaryrefslogtreecommitdiff
path: root/home-manager/modules/misc/version.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/modules/misc/version.nix')
-rw-r--r--home-manager/modules/misc/version.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/modules/misc/version.nix b/home-manager/modules/misc/version.nix
index 1352aadc614..fbeb3ec539a 100644
--- a/home-manager/modules/misc/version.nix
+++ b/home-manager/modules/misc/version.nix
@@ -5,7 +5,7 @@ with lib;
{
options = {
home.stateVersion = mkOption {
- type = types.enum [ "18.09" "19.03" "19.09" "20.03" ];
+ type = types.enum [ "18.09" "19.03" "19.09" "20.03" "20.09" ];
default = "18.09";
description = ''
It is occasionally necessary for Home Manager to change