diff options
author | Crazazy | 2022-02-09 16:20:26 +0100 |
---|---|---|
committer | Crazazy | 2022-02-10 16:13:34 +0100 |
commit | 27b54b1be1c1add6c6e6be5c9894ec56018b7963 (patch) | |
tree | 083452b3e853e11d39e7ef033f5a62fcf3eb6b5a | |
parent | 33e66b2830f851a4a2940bf3ea806fa9bff7a44d (diff) |
replace stable emacs with emacs-ng
-rw-r--r-- | nixos.org | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos.org b/nixos.org index 91c246a..583501d 100644 --- 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 |