feat(vscodium): bump and add markdown-oxide extensions

This commit is contained in:
steveej 2024-11-11 21:48:45 +01:00
parent b85be7893a
commit 439a818439
3 changed files with 28 additions and 11 deletions

View file

@ -34,6 +34,11 @@ in {
../programs/libreoffice.nix
../programs/neovim.nix
../programs/vscode
{
home.packages = [
pkgsUnstable.markdown-oxide
];
}
];
home.sessionVariables.HM_CONFIG = "graphical-fullblown";