diff --git a/flake.nix b/flake.nix index d7749b6..979c7fb 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,9 @@ # # --- Powercord powercord-overlay.url = "github:LavaDesu/powercord-overlay"; powercord-overlay.inputs.nixpkgs.follows = "latest"; + # # --- Doom Emacs + nix-doom-emacs.url = "github:vlaci/nix-doom-emacs"; + nix-doom-emacs.inputs.nixpkgs.follows = "nixos"; }; outputs =