nixfiles/profiles/base/editors.nix

4 lines
52 B
Nix
Raw Normal View History

{...}: {
programs.nano.syntaxHighlight = false;
}