This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/overlays/default.nix
2023-02-12 18:24:04 +01:00

7 lines
110 B
Nix

{
perSystem = {config, ...}: {
overlayAttrs = {
inherit (config.packages) ccrEmacs;
};
};
}