system: Move nanorc to XDG_CONFIG_HOME.
* gnu/system/shadow.scm (default-skeletons): Move .nanorc to .config/nano/nanorc.master
parent
f931d46ce3
commit
bd71818df3
|
@ -2,6 +2,7 @@
|
||||||
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
||||||
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
|
||||||
|
;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -172,7 +173,7 @@ set auto-load safe-path /gnu/store/*/lib\n")))
|
||||||
;; after ~/.zshrc. To avoid interfering with any customizations a user
|
;; after ~/.zshrc. To avoid interfering with any customizations a user
|
||||||
;; may have made in their ~/.zshrc, put this in .zprofile, not .zlogin.
|
;; may have made in their ~/.zshrc, put this in .zprofile, not .zlogin.
|
||||||
(".zprofile" ,zprofile)
|
(".zprofile" ,zprofile)
|
||||||
(".nanorc" ,(plain-file "nanorc" "\
|
(".config/nano/nanorc" ,(plain-file "nanorc" "\
|
||||||
# Include all the syntax highlighting modules.
|
# Include all the syntax highlighting modules.
|
||||||
include /run/current-system/profile/share/nano/*.nanorc\n"))
|
include /run/current-system/profile/share/nano/*.nanorc\n"))
|
||||||
(".Xdefaults" ,xdefaults)
|
(".Xdefaults" ,xdefaults)
|
||||||
|
|
Reference in New Issue