[Programs/Nano] Enable autoindent for nano

This commit is contained in:
Antoine Viallon 2022-01-27 00:41:46 +01:00
parent 6a8f225839
commit 3482fbb35f
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -8,6 +8,7 @@
set nowrap
set smarthome
set positionlog
set autoindent
include "${pkgs.nano}/share/nano/*.nanorc"
include "${pkgs.nanorc}/share/*.nanorc"