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