mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
system: Add default '.nanorc' with syntax highlighting.
* gnu/system/shadow.scm (default-skeletons): Add ".nanorc".
This commit is contained in:
parent
723225c32c
commit
76a77ccaed
1 changed files with 3 additions and 0 deletions
|
@ -195,6 +195,9 @@ (define copy-guile-wm
|
|||
`((".bash_profile" ,profile)
|
||||
(".bashrc" ,bashrc)
|
||||
(".zlogin" ,zlogin)
|
||||
(".nanorc" ,(plain-file "nanorc" "\
|
||||
# Include all the syntax highlighting modules.
|
||||
include /run/current-system/profile/share/nano/*.nanorc\n"))
|
||||
(".Xdefaults" ,xdefaults)
|
||||
(".guile" ,(plain-file "dot-guile"
|
||||
"(cond ((false-if-exception (resolve-interface '(ice-9 readline)))
|
||||
|
|
Loading…
Reference in a new issue