Update flake, add onlyoffice and change vscodium extensions

This commit is contained in:
thiloho
2025-05-09 12:21:59 +02:00
parent e2b9544ced
commit 8b04a7ec46
2 changed files with 12 additions and 24 deletions

View File

@@ -29,20 +29,8 @@
jnoortheen.nix-ide
ritwickdey.liveserver
esbenp.prettier-vscode
]
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "svelte-vscode";
publisher = "svelte";
version = "108.5.4";
sha256 = "0sjq5ifnz08pkxslzz2qnrc76gvl6lkygcr3042safbvfral4xm1";
}
{
name = "playwright";
publisher = "ms-playwright";
version = "1.1.10";
sha256 = "0y0jlrxpjzd7drdmcr9kfy5g12zax9q4d8cblzzb6ia4c98ipfq0";
}
astro-build.astro-vscode
svelte.svelte-vscode
];
userSettings = {
"editor.wordWrap" = "on";
@@ -87,7 +75,6 @@
neofetch
localsend
postman
melonDS
prismlauncher
papers
endeavour
@@ -97,6 +84,7 @@
tutanota-desktop
inkscape
discord
onlyoffice-desktopeditors
];
};
}