add nix profile to path
This commit is contained in:
parent
2760722a0a
commit
3b57e2863b
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
|
@ -25,6 +25,10 @@
|
|||
EDITOR = "emacs";
|
||||
};
|
||||
|
||||
home.sessionPath = [
|
||||
"$HOME/.nix-profile/bin"
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
programs.direnv.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue