BC! Emacs: move config to XDG config dir
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M user/modules/eshell.nix → user/modules/eshell.nix
@@ -20,7 +20,7 @@ }; }; config = mkIf cfg.enable { - home.file.".emacs.d/eshell/alias" = { + xdg.configFile."emacs/eshell/alias" = { recursive = true; text = concatStringsSep "\n" (mapAttrsToList (k: v: "alias ${k} ${v}") cfg.eshell.aliases); };