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
|
(use-modules
|
||||||
(gnu)
|
(gnu)
|
||||||
(gnu packages)
|
(gnu packages)
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
(add-to-load-path (dirname (current-filename)))
|
||||||
(use-modules
|
(use-modules
|
||||||
(gnu home)
|
(gnu home)
|
||||||
(gnu packages)
|
(gnu packages)
|
||||||
|
|
Loading…
Reference in New Issue