feat: add OBS with wayland support
This commit is contained in:
parent
d510bf7419
commit
f5427c7aea
2 changed files with 11 additions and 0 deletions
nixos/home
|
@ -10,6 +10,13 @@
|
|||
|
||||
programs = {
|
||||
|
||||
obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
wlrobs
|
||||
];
|
||||
};
|
||||
|
||||
btop.enable = true;
|
||||
|
||||
jq.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue