feat: add OBS with wayland support

This commit is contained in:
matt1432 2023-09-21 17:10:25 -04:00
parent d510bf7419
commit f5427c7aea
2 changed files with 11 additions and 0 deletions
nixos/home

View file

@ -10,6 +10,13 @@
programs = {
obs-studio = {
enable = true;
plugins = with pkgs.obs-studio-plugins; [
wlrobs
];
};
btop.enable = true;
jq.enable = true;