mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
nixos/nano: enable syntaxHighlight by default
This commit is contained in:
parent
8679b69dcd
commit
a5bc9ee49b
@ -29,7 +29,7 @@ in
|
|||||||
|
|
||||||
syntaxHighlight = lib.mkOption {
|
syntaxHighlight = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = false;
|
default = true;
|
||||||
description = lib.mdDoc "Whether to enable syntax highlight for various languages.";
|
description = lib.mdDoc "Whether to enable syntax highlight for various languages.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user