add obs
This commit is contained in:
parent
dbd28a180c
commit
875569410e
2 changed files with 11 additions and 0 deletions
home/features/desktop
9
home/features/desktop/obs.nix
Normal file
9
home/features/desktop/obs.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-tuna
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue