From fd16a950925fab6324d58d0f6bdf4345cb9336dc Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 21 Jan 2023 11:19:09 -0800 Subject: [PATCH] Install Emacs --- hosts/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/home.nix b/hosts/home.nix index 2a238df..f6f100a 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -116,6 +116,7 @@ in (pkgs.callPackage ../pureref.nix { }) libreoffice gnome.ghex + emacs-gtk # Games prismlauncher @@ -139,6 +140,7 @@ in v = "nvim"; r = "ranger"; rm = "trash-put"; + emacs = "emacs -nw"; }; # Change to directory when exiting ranger with Q # https://github.com/ranger/ranger/issues/1554#issuecomment-491650123