mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add Rust extensions VSCode
This commit is contained in:
@@ -77,6 +77,9 @@
|
|||||||
github.copilot-chat
|
github.copilot-chat
|
||||||
pkief.material-icon-theme
|
pkief.material-icon-theme
|
||||||
unifiedjs.vscode-mdx
|
unifiedjs.vscode-mdx
|
||||||
|
rust-lang.rust-analyzer
|
||||||
|
tamasfe.even-better-toml
|
||||||
|
mkhl.direnv
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"nix.enableLanguageServer" = true;
|
"nix.enableLanguageServer" = true;
|
||||||
@@ -93,6 +96,11 @@
|
|||||||
userEmail = "123883702+thiloho@users.noreply.github.com";
|
userEmail = "123883702+thiloho@users.noreply.github.com";
|
||||||
signing = { signByDefault = true; };
|
signing = { signByDefault = true; };
|
||||||
};
|
};
|
||||||
|
direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
obs-studio.enable = true;
|
obs-studio.enable = true;
|
||||||
};
|
};
|
||||||
home = {
|
home = {
|
||||||
|
|||||||
Reference in New Issue
Block a user