Add Rust extensions VSCode

This commit is contained in:
thiloho
2024-03-27 17:02:32 +01:00
parent 949ff38a76
commit 26378a7257

View File

@@ -77,6 +77,9 @@
github.copilot-chat
pkief.material-icon-theme
unifiedjs.vscode-mdx
rust-lang.rust-analyzer
tamasfe.even-better-toml
mkhl.direnv
];
userSettings = {
"nix.enableLanguageServer" = true;
@@ -93,6 +96,11 @@
userEmail = "123883702+thiloho@users.noreply.github.com";
signing = { signByDefault = true; };
};
direnv = {
enable = true;
enableBashIntegration = true;
nix-direnv.enable = true;
};
obs-studio.enable = true;
};
home = {