init repo
This commit is contained in:
commit
9a525dadfc
39 changed files with 2709 additions and 0 deletions
16
users/home-manager/emacs/default.nix
Normal file
16
users/home-manager/emacs/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
};
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
client = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
doomDir = ./doom;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue