From 7890c19a68ff4a95fb26882de191f7853ff5b55a Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 26 Dec 2023 06:10:00 +0100 Subject: Link to the channels.scm file inside the GNU store --- home-configuration.scm | 1 + izumi.org | 1 + 2 files changed, 2 insertions(+) diff --git a/home-configuration.scm b/home-configuration.scm index 8fc6b37..db0133b 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -137,6 +137,7 @@ home-files-service-type ( list ( list ".emacs" ( local-file "home-files/emacs-configuration.el" ) ) + ( list ".config/guix/channels" ( local-file "channels.scm" ) ) ( list ".config/git/ignore" ;; https://github.com/github/gitignore/blob/main/Global/Emacs.gitignore diff --git a/izumi.org b/izumi.org index d2c05fd..881a1f6 100644 --- a/izumi.org +++ b/izumi.org @@ -779,6 +779,7 @@ home-files-service-type ( list ( list ".emacs" ( local-file "home-files/emacs-configuration.el" ) ) + ( list ".config/guix/channels" ( local-file "channels.scm" ) ) ( list ".config/git/ignore" ;; https://github.com/github/gitignore/blob/main/Global/Emacs.gitignore -- cgit v1.2.3