diff options
-rw-r--r-- | home-configuration.scm | 2 | ||||
-rw-r--r-- | 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 @@ -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 |