From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54726) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jIkHj-0003IN-6b for guix-patches@gnu.org; Sun, 29 Mar 2020 22:36:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jIkHi-0003OR-2y for guix-patches@gnu.org; Sun, 29 Mar 2020 22:36:19 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48618) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jIkHh-0003O4-V2 for guix-patches@gnu.org; Sun, 29 Mar 2020 22:36:18 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jIkHg-0004en-Sj for guix-patches@gnu.org; Sun, 29 Mar 2020 22:36:16 -0400 Subject: [bug#40309] [PATCH] system: Move nanorc to XDG_CONFIG_HOME. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:55172) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jISMX-0001u3-06 for guix-patches@gnu.org; Sun, 29 Mar 2020 03:28:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jISMV-0001qW-RP for guix-patches@gnu.org; Sun, 29 Mar 2020 03:28:04 -0400 Received: from flashner.co.il ([178.62.234.194]:58762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jISMV-0001ZI-Lp for guix-patches@gnu.org; Sun, 29 Mar 2020 03:28:03 -0400 From: Efraim Flashner Date: Sun, 29 Mar 2020 10:22:38 +0300 Message-Id: <20200329072238.29850-1-efraim@flashner.co.il> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40309@debbugs.gnu.org Cc: Efraim Flashner * gnu/system/shadow.scm (default-skeletons): Move .nanorc to .config/nano/nanorc. --- gnu/system/shadow.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm index 46efdfddab..9bee3d1693 100644 --- a/gnu/system/shadow.scm +++ b/gnu/system/shadow.scm @@ -2,6 +2,7 @@ ;;; Copyright =C2=A9 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Co= urt=C3=A8s ;;; Copyright =C2=A9 2016 Alex Griffin ;;; Copyright =C2=A9 2020 Jan (janneke) Nieuwenhuizen +;;; Copyright =C2=A9 2020 Efraim Flashner ;;; ;;; 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 ;; may have made in their ~/.zshrc, put this in .zprofile, not .zl= ogin. (".zprofile" ,zprofile) - (".nanorc" ,(plain-file "nanorc" "\ + (".config/nano/nanorc" ,(plain-file "nanorc" "\ # Include all the syntax highlighting modules. include /run/current-system/profile/share/nano/*.nanorc\n")) (".Xdefaults" ,xdefaults) --=20 2.26.0