feat: nix-doom-emacs-~~unstraightened~~gay

This commit is contained in:
Kat Inskip 2025-12-12 07:15:59 -08:00
parent 032025969f
commit 8fc60d9633
10 changed files with 449 additions and 19 deletions

8
emacs/home.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, ... }: {
programs.doom-emacs = {
enable = true;
doomDir = ./doom.d;
doomLocalDir = "${config.home.homeDirectory}/.local/share/nix-doom";
extraPackages = epkgs: [ epkgs.treesit-grammars.with-all-grammars ];
};
}