Revert spacemacs config
This was a bad idea.
This commit is contained in:
parent
d9fd156f84
commit
ebfd0492bf
3 changed files with 3 additions and 30 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue