mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 17:56:35 +05:30
refactor: create obs module
This commit is contained in:
6
modules/home/obs-studio/default.nix
Normal file
6
modules/home/obs-studio/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [obs-vaapi];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user