mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: nix-doom-emacs-~~unstraightened~~gay
This commit is contained in:
parent
032025969f
commit
8fc60d9633
10 changed files with 449 additions and 19 deletions
8
emacs/home.nix
Normal file
8
emacs/home.nix
Normal 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 ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue