feat: add cargo-bin to path
This commit is contained in:
parent
ad6f261bca
commit
5bf65163a6
@ -4,6 +4,9 @@
|
|||||||
home = {
|
home = {
|
||||||
username = "${user}";
|
username = "${user}";
|
||||||
homeDirectory = "/home/${user}";
|
homeDirectory = "/home/${user}";
|
||||||
|
sessionPath = [
|
||||||
|
"$HOME/.cargo/bin/"
|
||||||
|
];
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
unstable.eza
|
unstable.eza
|
||||||
|
Reference in New Issue
Block a user