Fix spacemacs config to be recursively defined
This commit is contained in:
parent
f0ee221c5a
commit
d9fd156f84
1 changed files with 4 additions and 2 deletions
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
# Spacemacs config
|
||||
|
||||
home.file.".spacemacs.d".source = spacemacs-config;
|
||||
home.file.".spacemacs.d" = {
|
||||
recursive = true;
|
||||
source = spacemacs-config;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue