Allow loading from local custom scheme files

This commit is contained in:
Leonora Tindall 2024-08-18 09:58:05 -05:00
parent 5e4c7394fa
commit a43af6ca83
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
(add-to-load-path (dirname (current-filename)))
(use-modules
(gnu)
(gnu packages)

View File

@ -1,3 +1,4 @@
(add-to-load-path (dirname (current-filename)))
(use-modules
(gnu home)
(gnu packages)