From d1bb3d1d451a0a41a4e14fbbbedd8f98dcbcb970 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Jan 2024 09:51:16 +0100 Subject: Fix missing file extension on the channels file --- home-configuration.scm | 2 +- izumi.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index b290fd6..9eb11d7 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -137,7 +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/guix/channels.scm" ( 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 559b2b5..43be347 100644 --- a/izumi.org +++ b/izumi.org @@ -779,7 +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/guix/channels.scm" ( local-file "channels.scm" ) ) ( list ".config/git/ignore" ;; https://github.com/github/gitignore/blob/main/Global/Emacs.gitignore -- cgit v1.2.3