Remove spacemacs

This commit is contained in:
Kiana Sheibani 2022-05-29 19:15:50 -04:00
parent 14bab00e42
commit 1534de49b4
4 changed files with 7 additions and 15 deletions

View file

@ -3,7 +3,7 @@
home.username = username;
home.homeDirectory = "/home/" + username;
imports = [ ./shell ./wayland ./spacemacs.nix ];
imports = [ ./shell ./wayland ];
xdg.enable = true;
xdg.userDirs.enable = true;

View file

@ -1,10 +0,0 @@
{ config, pkgs, spacemacs, ... }:
{
# Set up spacemacs using local emacs config
home.file.".emacs.d" = {
recursive = true;
source = spacemacs;
};
}