added obs-studio
This commit is contained in:
parent
247f397ce3
commit
3aaf745782
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
pavucontrol mpv yt-dlp vlc mixxx
|
||||
pavucontrol mpv yt-dlp vlc obs-studio #mixxx
|
||||
];
|
||||
|
||||
programs.obs-studio.enable = true;
|
||||
|
||||
# services.blueman-applet.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue