feat: replace nix-doom-emacs with hlissner's config

This commit is contained in:
Ryan Yin
2023-12-30 12:59:32 +08:00
parent 6a14d05f5b
commit 0cfc6140b6
9 changed files with 144 additions and 467 deletions

View File

@@ -2,11 +2,13 @@
username,
userfullname,
nuenv,
emacs-overlay,
...
} @ args: {
nixpkgs.overlays =
[
nuenv.overlays.default
emacs-overlay.overlay
]
++ (import ../overlays args);