mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-22 11:17:56 +01:00
laptop: add obs studio
This commit is contained in:
parent
9adfb82053
commit
2f1cf4f40e
1 changed files with 14 additions and 0 deletions
|
@ -245,6 +245,20 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.obs-studio = {
|
||||||
|
enable = true;
|
||||||
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
obs-vkcapture
|
||||||
|
obs-pipewire-audio-capture
|
||||||
|
obs-tuna
|
||||||
|
obs-scale-to-sound
|
||||||
|
obs-source-switcher
|
||||||
|
obs-gstreamer
|
||||||
|
input-overlay
|
||||||
|
advanced-scene-switcher
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue