feat: remove emacs
This commit is contained in:
parent
acb89626dd
commit
ed8e9f5914
|
@ -3,7 +3,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
./emacs.nix
|
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
./omnisharp.nix
|
./omnisharp.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
services.emacs.enable = true;
|
|
||||||
programs.emacs.enable = true;
|
|
||||||
}
|
|
Loading…
Reference in a new issue