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