vscode plugins

This commit is contained in:
CDaut 2024-04-19 23:09:39 +02:00
parent 797f002adc
commit d1d1268376
Signed by: clara
GPG key ID: 223391B52FAD4463
3 changed files with 25 additions and 16 deletions

View file

@ -56,6 +56,7 @@ in
xournalpp
pavucontrol
keepassxc
flameshot
];
fonts.fontconfig.enable = true;

Binary file not shown.

View file

@ -13,6 +13,14 @@
serayuzgur.crates
bungcip.better-toml
zhuangtongfa.material-theme
xaver.clang-format
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "shader";
publisher = "slevesque";
version = "1.1.5";
sha256 = "3dfdfb15e40c365bfbe1fecb333f7e08ab1c17a5234d9ed9a5c69914ab57d993";
}
];
};
}