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