Add osb studio.
This commit is contained in:
parent
cf6f7d01ad
commit
f5aeec9c23
1 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,14 @@
|
|||
# Install librewolf
|
||||
programs.librewolf.enable = true;
|
||||
|
||||
# Install obs-studio
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-vkcapture
|
||||
];
|
||||
};
|
||||
|
||||
# Install nh
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue