move to babel emacs configuration

This commit is contained in:
2022-03-18 06:24:13 +05:30
parent 71774333bb
commit d8b0b372f8
9 changed files with 510 additions and 379 deletions

View File

@@ -6,14 +6,17 @@ in
services = {
baremacs = {
enable = true;
package = pkgs.mymacs ./config/emacs/init.el;
package = pkgs.mymacs ./config/emacs/config.org;
defaultEditor = {
enable = true;
editor = "emacsclient";
};
copyConfigFiles = {
enable = true;
files = { "init.el" = ./config/emacs/init.el; };
files = {
"config.org" = ./config/emacs/config.org;
"init.el" = ./config/emacs/init.el;
};
};
};
picom = {