attempt setup of emacs-overlay 2
This commit is contained in:
parent
122d78deec
commit
0bdfe5af4d
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
with lib; let
|
||||
|
@ -15,6 +16,11 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
# import overlay
|
||||
nixpkgs.overlays = [
|
||||
inputs.emacs-overlay
|
||||
];
|
||||
|
||||
# ues daemon
|
||||
services.emacs = {
|
||||
enable = cfg.daemon;
|
||||
|
|
Loading…
Reference in a new issue