diff --git a/flake.nix b/flake.nix index 1080142..aba88f5 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,7 @@ ''; }; mode = mkOption { - type = types.str; + type = types.enum [ "hardlink" "symlink" "move" "copy" ]; default = "hardlink"; description = '' Organization mode, one of [ hardlink symlink move copy ].