mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
add rustup and vscode extensions
This commit is contained in:
parent
5cd119f65e
commit
1559d8ccbd
|
@ -25,6 +25,7 @@
|
||||||
kdiff3
|
kdiff3
|
||||||
docker
|
docker
|
||||||
youtube-music
|
youtube-music
|
||||||
|
rustup
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
@ -89,12 +90,13 @@
|
||||||
ms-python.python
|
ms-python.python
|
||||||
kamadorueda.alejandra
|
kamadorueda.alejandra
|
||||||
#samuelcolvin.jinjahtml
|
#samuelcolvin.jinjahtml
|
||||||
#EditorConfig.EditorConfig
|
editorconfig.editorconfig
|
||||||
#KnisterPeter.vscode-github
|
#KnisterPeter.vscode-github
|
||||||
yzhang.markdown-all-in-one
|
yzhang.markdown-all-in-one
|
||||||
redhat.vscode-yaml
|
redhat.vscode-yaml
|
||||||
#PKief.material-icon-theme
|
pkief.material-icon-theme
|
||||||
mhutchie.git-graph
|
mhutchie.git-graph
|
||||||
|
rust-lang.rust-analyzer
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"git.autofetch" = true;
|
"git.autofetch" = true;
|
||||||
|
|
Loading…
Reference in a new issue