Fix spacemacs config to be recursively defined

This commit is contained in:
Kiana Sheibani 2022-04-14 11:53:21 -04:00
parent f0ee221c5a
commit d9fd156f84

View file

@ -9,6 +9,8 @@
# Spacemacs config
home.file.".spacemacs.d".source = spacemacs-config;
home.file.".spacemacs.d" = {
recursive = true;
source = spacemacs-config;
};
}