emacs/darwin: make sure home-manager PATH is in PATH
This commit is contained in:
parent
1436dfae51
commit
2ac375204e
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ in
|
|||
services.emacs = {
|
||||
enable = true;
|
||||
package = config.chvp.base.emacs.package;
|
||||
additionalPath = [
|
||||
"/run/current-system/sw/bin/"
|
||||
"/Users/${username}/.nix-profile/bin"
|
||||
];
|
||||
};
|
||||
home-manager.users.${username} = {
|
||||
home.packages = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue