programs.nano.nanorc

NixOS option

The system-wide nano configuration. See nanorc(5).

type: strings concatenated with "\n"
Default
""
Example
''
  set nowrap
  set tabstospaces
  set tabsize 2
''
declared in: nixos/modules/programs/nano.nixView source on NixOS/nixpkgs →