readd emacs overlay to flake
This commit is contained in:
parent
03d50346cc
commit
c6a5aea55e
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
|||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
emacs-overlay = {
|
||||
url = "github:nix-community/emacs-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
@ -29,6 +33,7 @@
|
|||
home-manager,
|
||||
NixOS-WSL,
|
||||
sops-nix,
|
||||
emacs-overlay,
|
||||
...
|
||||
} @ inputs: let
|
||||
inherit (self) outputs;
|
||||
|
|
Loading…
Reference in a new issue