dotfiles/obs.nix
2024-10-16 21:05:40 +02:00

6 lines
No EOL
82 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
obs-studio
];
}