emacs adjustments, path still broken
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user