mirror of
https://github.com/nix-community/home-manager
synced 2024-10-31 16:29:44 +01:00
version: add 20.03
This commit is contained in:
parent
26defdf205
commit
149c0593ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue