literate-config

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit efb70ecc1f3c45cdc9f903481020b293fd6154cc
parent 1d838398a74d85b06e29a0cc4e2afb8230d7017b
Author: Crazazy <crazazy@tilde.cafe>
Date:   Mon, 31 Jan 2022 12:56:08 +0100

i export my emacs config as emacs.nix, not emacsconfig.nix

Diffstat:
Mnixos.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos.org b/nixos.org @@ -193,7 +193,7 @@ stuff #+begin_src nix :noweb-ref nixos-config { services.emacs = { - package = import ./emacsconfig.nix; + package = import ./emacs.nix; enable = true; }; }