Add osb studio.

This commit is contained in:
CronyAkatsuki 2025-02-01 08:29:26 +01:00
parent cf6f7d01ad
commit f5aeec9c23

View File

@ -30,6 +30,14 @@
# Install librewolf
programs.librewolf.enable = true;
# Install obs-studio
programs.obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
obs-vkcapture
];
};
# Install nh
programs.nh = {
enable = true;