moved obs-studio to home-manager module
also installed obs-pipewire-audio-capture using the home-manager module
This commit is contained in:
parent
1aa38d8e77
commit
75f7f38f29
3 changed files with 9 additions and 1 deletions
8
home-manager/obs-studio.nix
Normal file
8
home-manager/obs-studio.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-pipewire-audio-capture
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue