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

6
home/emacs.nix Normal file
View file

@ -0,0 +1,6 @@
{ config, ... }: {
programs.doom-emacs = {
enable = true;
doomPrivateDir = ./doom.d;
};
}