diff options
Diffstat (limited to 'gui/emacs.nix')
| -rw-r--r-- | gui/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/emacs.nix b/gui/emacs.nix index 6425ddd..92d7ae3 100644 --- a/gui/emacs.nix +++ b/gui/emacs.nix @@ -97,7 +97,7 @@ org-protocol-shortcut ]; - home.file.".emacs.d/init.el".source = ./conf/init.el; + home.file.".emacs.d/init.el".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dotfiles/home/gui/conf/init.el"; systemd.user.services.emacs.Service.ExecStart = pkgs.lib.mkForce "${pkgs.runtimeShell} -l -c 'exec emacs --fg-daemon'"; |
