From aba3fcae70126f2e9bab629488234283ceec03ef Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 4 Feb 2023 12:09:53 -0500 Subject: [PATCH] hardware/alrest: switch to emacs from spacemacs Signed-off-by: Xe Iaso --- hardware/alrest/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/alrest/default.nix b/hardware/alrest/default.nix index d8181b0..63fa803 100644 --- a/hardware/alrest/default.nix +++ b/hardware/alrest/default.nix @@ -50,6 +50,6 @@ systemd.services.tailscaled.path = with pkgs; [ mosh getent shadow ]; home-manager.users.cadey = { ... }: { - within.spacemacs.enable = true; + within.emacs.enable = true; }; }