Then I put this in my `~/.config/nixpkgs/home.nix` I've added this: ``` programs.obs-studio = { enable = true; plugins = [ pkgs.obs-xdg-portal ]; }; ```