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: