From fefef9eb539c0f1f13d7ac63170420972907e035 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Sun, 26 Jan 2025 19:26:33 +0000 Subject: [PATCH] emacs --- hosts/android/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/android/home.nix b/hosts/android/home.nix index 4aa3846..962b7a2 100644 --- a/hosts/android/home.nix +++ b/hosts/android/home.nix @@ -7,5 +7,6 @@ # insert home-manager config imports = [ ../../modules/home-manager/nixvim + ../../modules/home-manager/emacs ]; }