Fix spacemacs config to be recursively defined
This commit is contained in:
parent
f0ee221c5a
commit
d9fd156f84
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
# Spacemacs config
|
# Spacemacs config
|
||||||
|
|
||||||
home.file.".spacemacs.d".source = spacemacs-config;
|
home.file.".spacemacs.d" = {
|
||||||
|
recursive = true;
|
||||||
|
source = spacemacs-config;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue