1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-26 21:19:45 +01:00

Fix a typo

Co-authored-by: Robert Helgesson <robert@rycee.net>
This commit is contained in:
refaelsh 2024-10-11 15:29:20 +03:00 committed by GitHub
parent b151cb5d40
commit 6f3dd795ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,7 +96,7 @@ with lib;
'';
};
clasiffy = mkOption {
classify = mkOption {
type = types.enum [ "auto" "always" "never" ];
default = "auto";
description = ''