From b0ecb5b56dd506c924cc79af74bb4f7586535c02 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 21:19:26 -0400 Subject: [PATCH] feat: add nix-doom-emacs flake input --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) 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 =