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:
parent
b151cb5d40
commit
6f3dd795ce
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ with lib;
|
|||
'';
|
||||
};
|
||||
|
||||
clasiffy = mkOption {
|
||||
classify = mkOption {
|
||||
type = types.enum [ "auto" "always" "never" ];
|
||||
default = "auto";
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue