mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-25 19:01:43 +01:00
feat: remove emacs-overlay, use stable version instead
fix: emacsclient not found feat: use nom build to show build details in debug mode
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
username,
|
||||
userfullname,
|
||||
nuenv,
|
||||
emacs-overlay,
|
||||
...
|
||||
} @ args: {
|
||||
nixpkgs.overlays =
|
||||
[
|
||||
nuenv.overlays.default
|
||||
emacs-overlay.overlay
|
||||
]
|
||||
++ (import ../overlays args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user