guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: system: Move nanorc to XDG_CONFIG_HOME.


From: guix-commits
Subject: branch master updated: system: Move nanorc to XDG_CONFIG_HOME.
Date: Mon, 30 Mar 2020 08:42:59 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bd71818  system: Move nanorc to XDG_CONFIG_HOME.
bd71818 is described below

commit bd71818df31364bbd04f3f13b3bbb251636748b4
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Mar 29 10:10:38 2020 +0300

    system: Move nanorc to XDG_CONFIG_HOME.
    
    * 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 46efdfd..9bee3d1 100644
--- a/gnu/system/shadow.scm
+++ b/gnu/system/shadow.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2016 Alex Griffin <address@hidden>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <address@hidden>
+;;; Copyright © 2020 Efraim Flashner <address@hidden>
 ;;;
 ;;; 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 .zlogin.
       (".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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]