move emacs config file to home folder

This commit is contained in:
2022-03-18 01:58:50 +05:30
parent e2e9d5ec0f
commit 71774333bb
6 changed files with 366 additions and 355 deletions

View File

@@ -6,7 +6,7 @@ in
services = {
baremacs = {
enable = true;
package = pkgs.mymacs;
package = pkgs.mymacs ./config/emacs/init.el;
defaultEditor = {
enable = true;
editor = "emacsclient";