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
|
||||
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 = {
|
||||
|
||||
Reference in New Issue
Block a user