Add OBS and Stream Controller.
This commit is contained in:
8
nodes/hosts/common/programs/streamcontroller.nix
Normal file
8
nodes/hosts/common/programs/streamcontroller.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }: {
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = [
|
||||
pkgs.streamcontroller
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user