add nix profile to path

This commit is contained in:
Yisroel Baum 2026-07-31 09:57:35 +03:00
parent 2760722a0a
commit 3b57e2863b
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -25,6 +25,10 @@
EDITOR = "emacs";
};
home.sessionPath = [
"$HOME/.nix-profile/bin"
];
programs.home-manager.enable = true;
programs.direnv.enable = true;