i did not start making smaller commits

This commit is contained in:
xunuwu 2024-08-05 21:22:47 +02:00
parent 28462677e0
commit 11536e636f
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
7 changed files with 25 additions and 5 deletions

View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
obs-vkcapture
];
};
}