readd emacs overlay to flake

This commit is contained in:
Sakooooo 2023-12-25 14:32:57 +04:00
parent 03d50346cc
commit c6a5aea55e
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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;