hardware/alrest: switch to emacs from spacemacs

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Cadey Ratio 2023-02-04 12:09:53 -05:00
parent afff3eb5a5
commit aba3fcae70
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};
}