From fcc395f3db3adb36d1055cea4da2f8c8e368e56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= Date: Sun, 8 Nov 2020 14:30:36 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d192ce..f811ded 100644 --- a/README.md +++ b/README.md @@ -106,12 +106,12 @@ trying to rebuild doom-emacs with `home-manager switch` should work correctly no ## Using the daemon -to use the daemon, simply enable the emacs service (with nixos or nix-darwin) and use the doom emacs package. `doom-emacs` will need to be referenced at the top of your config file. +to use the daemon, simply enable the emacs service (with nixos, home-manager or nix-darwin) and use the doom emacs package. `doom-emacs` will need to be referenced at the top of your config file. ```nix services.emacs = { enable = true; - package = doom-emacs; + package = doom-emacs; # use programs.emacs.package instead if using home-manager } ```