1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

nvim: add MarkdownPreview

- add `.cargo/bin` to PATH
This commit is contained in:
TheGeneralist 2025-10-16 18:20:56 +02:00
parent 3a47ebe28b
commit 48eefdaa20
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
4 changed files with 15 additions and 67 deletions

View file

@ -83,6 +83,7 @@ in {
enable = true;
sessionVariables = config.environment.variables // homeArgs.config.home.sessionVariables;
};
home.sessionPath = [ "/Users/thegeneralist/.cargo/bin" ];
})
];
}