From 1d09fd1a1931fd3a9b14d5fbf3e706d2830abd3a Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 1 Dec 2022 16:50:33 -0500 Subject: [PATCH] Enable emacs --- home/emacs.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/emacs.nix b/home/emacs.nix index 38d1e0d..4681c30 100644 --- a/home/emacs.nix +++ b/home/emacs.nix @@ -1,6 +1,10 @@ { pkgs, ... }: { + programs.emacs = { + enable = true; + }; + # https://docs.doomemacs.org/latest/modules/term/vterm/ # # Sadly, this doesn't work yet. This is the blocker: