Update flake.lock and remove emacs

This commit is contained in:
Dave Gallant
2022-02-21 00:08:24 -05:00
parent a7e49ad1c3
commit 33239ad928
4 changed files with 22 additions and 150 deletions

View File

@@ -321,38 +321,6 @@ in
enableZshIntegration = true;
};
emacs = {
enable = true;
extraPackages = epkgs:
(with epkgs; [
all-the-icons
centaur-tabs
doom-modeline
doom-themes
evil
evil-collection
evil-commentary
evil-matchit
evil-numbers
evil-surround
evil-visualstar
flycheck
highlight-parentheses
htmlize
hydra
lsp-mode
magit
markdown-mode
markdown-toc
org-superstar
ox-pandoc
ripgrep
spinner
treemacs
xclip
]);
};
neovim = {
enable = true;
viAlias = true;
@@ -390,6 +358,5 @@ in
home.file.".config/nvim/lua".source = ./nvim/lua;
home.file.".config/srv".source = ./srv;
home.file.".emacs.d/init.el".source = ./init.el;
}