mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: slim slightly...
This commit is contained in:
parent
743741f976
commit
84d2438c3a
12 changed files with 35 additions and 51 deletions
14
nixos/profiles/graphical/obs.nix
Normal file
14
nixos/profiles/graphical/obs.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
enableVirtualCamera = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
#obs-vaapi
|
||||
#obs-tuna
|
||||
#obs-source-clone
|
||||
obs-pipewire-audio-capture
|
||||
#input-overlay
|
||||
obs-vkcapture
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue