initial commit
This commit is contained in:
14
programs/nano.nix
Normal file
14
programs/nano.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
programs.nano = {
|
||||
enable = true;
|
||||
syntaxHighlight = true;
|
||||
nanorc = ''
|
||||
set tabsize 2
|
||||
set autoindent
|
||||
set atblanks
|
||||
set linenumber
|
||||
set smarthome
|
||||
set softwrap
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user