mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat: doom-emacs to test with
This commit is contained in:
parent
f09844b4d5
commit
353bef835e
8 changed files with 624 additions and 0 deletions
6
home/emacs.nix
Normal file
6
home/emacs.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, ... }: {
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
doomPrivateDir = ./doom.d;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue