nix-dotfiles/home-manager/modules/obs.nix
2025-06-30 21:22:40 -06:00

5 lines
68 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
obs-studio
];
}