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