update nanorc
This commit is contained in:
parent
a672771858
commit
c7b771fb9f
1 changed files with 6 additions and 1 deletions
|
@ -36,7 +36,12 @@
|
||||||
|
|
||||||
# Editors
|
# Editors
|
||||||
# Editors - Nano
|
# Editors - Nano
|
||||||
programs.nano.syntaxHighlight = true;
|
programs.nano = {
|
||||||
|
syntaxHighlight = true;
|
||||||
|
nanorc = ''
|
||||||
|
set mouse
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
# Users
|
# Users
|
||||||
users.groups.dotfiles = {};
|
users.groups.dotfiles = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue