Add osb studio.
This commit is contained in:
parent
cf6f7d01ad
commit
f5aeec9c23
@ -30,6 +30,14 @@
|
|||||||
# Install librewolf
|
# Install librewolf
|
||||||
programs.librewolf.enable = true;
|
programs.librewolf.enable = true;
|
||||||
|
|
||||||
|
# Install obs-studio
|
||||||
|
programs.obs-studio = {
|
||||||
|
enable = true;
|
||||||
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
obs-vkcapture
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Install nh
|
# Install nh
|
||||||
programs.nh = {
|
programs.nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user