Allow loading from local custom scheme files
This commit is contained in:
parent
5e4c7394fa
commit
a43af6ca83
|
@ -1,3 +1,4 @@
|
|||
(add-to-load-path (dirname (current-filename)))
|
||||
(use-modules
|
||||
(gnu)
|
||||
(gnu packages)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
(add-to-load-path (dirname (current-filename)))
|
||||
(use-modules
|
||||
(gnu home)
|
||||
(gnu packages)
|
||||
|
|
Loading…
Reference in New Issue