feat: remove emacs
This commit is contained in:
parent
acb89626dd
commit
ed8e9f5914
2 changed files with 0 additions and 7 deletions
home/editors
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
imports = [
|
||||
./neovim.nix
|
||||
./emacs.nix
|
||||
./vscode.nix
|
||||
./omnisharp.nix
|
||||
];
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.emacs.enable = true;
|
||||
programs.emacs.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue