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 --- izumi.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'izumi.org') 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