home/emacs: move init.el to XDG_CONFIG_HOME
This commit is contained in:
parent
7c3e6fcf42
commit
db7c1c01b6
|
@ -15,7 +15,7 @@
|
|||
};
|
||||
|
||||
in {
|
||||
home.file.".emacs".source = configEl.outPath;
|
||||
xdg.configFile."emacs/init.el".source = configEl.outPath;
|
||||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue