Remove spacemacs
This commit is contained in:
parent
14bab00e42
commit
1534de49b4
4 changed files with 7 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
{ config, pkgs, spacemacs, ... }:
|
||||
{
|
||||
# Set up spacemacs using local emacs config
|
||||
|
||||
home.file.".emacs.d" = {
|
||||
recursive = true;
|
||||
source = spacemacs;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue