feat: install obs on laptop
This commit is contained in:
14
hosts/common/optional/obs.nix
Normal file
14
hosts/common/optional/obs.nix
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
programs.obs-studio = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
wlrobs
|
||||||
|
obs-backgroundremoval
|
||||||
|
obs-pipewire-audio-capture
|
||||||
|
obs-gstreamer
|
||||||
|
obs-vkcapture
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -50,6 +50,7 @@
|
|||||||
"hoppscotch"
|
"hoppscotch"
|
||||||
"hyprland"
|
"hyprland"
|
||||||
"nix-ld"
|
"nix-ld"
|
||||||
|
"obs"
|
||||||
"secure-boot"
|
"secure-boot"
|
||||||
"yubikey"
|
"yubikey"
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user