nixos/nano: enable syntaxHighlight by default

This commit is contained in:
Anselm Schüler 2023-10-05 00:15:32 +02:00
parent 8679b69dcd
commit a5bc9ee49b
No known key found for this signature in database
GPG Key ID: BA34EE1ABA3A0955

View File

@ -29,7 +29,7 @@ in
syntaxHighlight = lib.mkOption {
type = lib.types.bool;
default = false;
default = true;
description = lib.mdDoc "Whether to enable syntax highlight for various languages.";
};
};