feat(vscodium): use unstable and nix-community extensions

This commit is contained in:
steveej 2024-04-01 13:37:21 +02:00
parent 906d861d06
commit 3ee88c333c
5 changed files with 132 additions and 28 deletions

View file

@ -0,0 +1,10 @@
{pkgs, ...}: {
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-backgroundremoval
obs-pipewire-audio-capture
];
};
}