chore: add all
This commit is contained in:
parent
cf0916ca4b
commit
bce8012209
9 changed files with 50 additions and 13 deletions
9
home-manager/sajenim/features/desktop/obs/default.nix
Normal file
9
home-manager/sajenim/features/desktop/obs/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-vaapi # AMD hardware acceleration
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue