https://git.jolheiser.com/dotnix.git
1 2 3 4 5 6 7
{ pkgs, ... }: { programs.obs-studio = { enable = true; plugins = [ pkgs.obs-studio-plugins.obs-webkitgtk ]; }; }