feat: doom-emacs to test with

This commit is contained in:
Kat Inskip 2022-07-17 18:15:49 -07:00
parent f09844b4d5
commit 353bef835e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
8 changed files with 624 additions and 0 deletions

View file

@ -35,6 +35,13 @@
url = "github:edolstra/flake-compat";
flake = false;
};
nix-doom-emacs = {
url = "github:nix-community/nix-doom-emacs";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
nur.url = "github:nix-community/nur/master";
flake-utils.url = "github:numtide/flake-utils";
};