mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: emacs changes
This commit is contained in:
parent
8fc60d9633
commit
673315ac65
3 changed files with 17 additions and 13 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ config, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
doomDir = ./doom.d;
|
||||
doomLocalDir = "${config.home.homeDirectory}/.local/share/nix-doom";
|
||||
extraPackages = epkgs: [ epkgs.treesit-grammars.with-all-grammars ];
|
||||
extraPackages = epkgs: [ epkgs.treesit-grammars.with-all-grammars epkgs.rainbow-delimiters pkgs.ispell ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue