commit 27b54b1be1c1add6c6e6be5c9894ec56018b7963
parent 33e66b2830f851a4a2940bf3ea806fa9bff7a44d
Author: Crazazy <crazazy@tilde.cafe>
Date: Wed, 9 Feb 2022 16:20:26 +0100
replace stable emacs with emacs-ng
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/nixos.org b/nixos.org
@@ -242,9 +242,12 @@ stuff
#+begin_src nix :noweb-ref nixos-config :tangle no
{
services.emacs = {
- package = import ./emacs.nix;
+ # package = import ./emacs.nix;
enable = true;
};
+ homebinds = [
+ ".config/emacs"
+ ];
}
#+end_src
*** QEMU & frens