emacs adjustments, path still broken

This commit is contained in:
2025-02-27 21:49:20 -06:00
parent c286e42821
commit 784926ce46
3 changed files with 16 additions and 28 deletions

View File

@@ -18,8 +18,8 @@
enable = true;
package = pkgs.emacsWithDoom {
doomDir = ../../dotfiles/doom;
doomLocalDir = "$HOME/.local/share/nix-doom";
emacs = pkgs.emacs-gtk;
doomLocalDir = "/home/jawz/.local/share/nix-doom";
tangleArgs = "--all config.org";
extraPackages =
epkgs:
let
@@ -70,6 +70,5 @@
};
defaultEditor = true;
};
environment.variables.PATH = [ "\${XDG_CONFIG_HOME}/emacs/bin" ];
};
}