fix path
This commit is contained in:
parent
997400e171
commit
635600ace2
4 changed files with 8 additions and 7 deletions
|
|
@ -14,9 +14,9 @@ in {
|
|||
# ./firefox.nix
|
||||
];
|
||||
|
||||
home.sessionPath = [
|
||||
"$HOME/.cargo/bin"
|
||||
];
|
||||
# home.sessionPath = [
|
||||
# "/home/tao/.cargo/bin"
|
||||
# ];
|
||||
home.file.".cargo/config.toml".text = cargoConfig;
|
||||
home.file.".config/autostart" = {
|
||||
source = ./autostart;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue