Update from joey@joey-laptop: Add obs-studio
Some checks failed
SSH and echo to file / ssh (push) Failing after 3s

This commit is contained in:
Joey Hafner 2024-09-14 17:26:05 -07:00
parent bad7b9c8ed
commit 3d98486b15

View File

@ -21,6 +21,16 @@
# Programs
## OBS-Studio
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
obs-vaapi
obs-vkcapture
input-overlay
];
};
## fzf
programs.fzf = {
enable = true;