feat: add cargo-bin to path
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
|
||||||
|
|
Loading…
Reference in New Issue