i did not start making smaller commits
This commit is contained in:
parent
28462677e0
commit
11536e636f
7 changed files with 25 additions and 5 deletions
9
home/programs/misc/obs.nix
Normal file
9
home/programs/misc/obs.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
obs-vkcapture
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue