feat: remove emacs

This commit is contained in:
Felix Schröter 2020-08-14 23:28:27 +02:00
parent acb89626dd
commit ed8e9f5914
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 0 additions and 7 deletions

View file

@ -3,7 +3,6 @@
{ {
imports = [ imports = [
./neovim.nix ./neovim.nix
./emacs.nix
./vscode.nix ./vscode.nix
./omnisharp.nix ./omnisharp.nix
]; ];

View file

@ -1,6 +0,0 @@
{ config, pkgs, ... }:
{
services.emacs.enable = true;
programs.emacs.enable = true;
}