Move obs-studio config to module.

This commit is contained in:
CronyAkatsuki 2025-02-01 22:38:21 +01:00
parent 5eae750d76
commit 681eb44624
3 changed files with 22 additions and 8 deletions

View file

@ -28,14 +28,6 @@
# 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;