Revert spacemacs config

This was a bad idea.
This commit is contained in:
Kiana Sheibani 2022-04-14 12:53:48 -04:00
parent d9fd156f84
commit ebfd0492bf
3 changed files with 3 additions and 30 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, spacemacs, spacemacs-config, ... }:
{ config, pkgs, spacemacs, ... }:
{
# Set up spacemacs using local emacs config
@ -6,11 +6,5 @@
recursive = true;
source = spacemacs;
};
# Spacemacs config
home.file.".spacemacs.d" = {
recursive = true;
source = spacemacs-config;
};
}