From b6303a956622bba806f1e15517128518d2ebf5dc Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 20 Jul 2024 02:05:49 +0200 Subject: [PATCH] Add a README --- README.org | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..d816d0c --- /dev/null +++ b/README.org @@ -0,0 +1,20 @@ +* Emacs Flake + + This repository contains the Nix flake for my Emacs configuration. For the + full configuration, see https://github.com/larstvei/dot-emacs. + +** Usage + + To run Emacs with my configuration, use the following command: + + #+begin_src sh + nix run github:larstvei/emacs-flake + #+end_src + +** Updating + + To update the flake, run: + + #+begin_src sh + nix flake update + #+end_src