mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
profiles/gui: obs-studio moved to hm module
This commit is contained in:
parent
1837407dd9
commit
2ba35bae1f
2 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = [ pkgs.obs-wlrobs ];
|
||||
};
|
||||
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
scripts = [ pkgs.mpvScripts.sponsorblock ];
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
element-desktop
|
||||
wf-recorder
|
||||
mumble-speechd
|
||||
obs-studio
|
||||
niv
|
||||
feh
|
||||
kat-scrot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue