From bd449f4c41a3e111f8ac40fe95989caeadb3fced Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 10 Mar 2024 15:55:25 -0400 Subject: glados: use obs --- systems/glados/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systems') diff --git a/systems/glados/default.nix b/systems/glados/default.nix index a532a2d..c8dae73 100644 --- a/systems/glados/default.nix +++ b/systems/glados/default.nix @@ -1,5 +1,6 @@ { lib, + pkgs, inputs, ... }: { @@ -18,6 +19,8 @@ plasma.enable = true; }; + environment.systemPackages = [pkgs.obs-studio]; + traits = { containers.enable = true; tailscale.enable = true; -- cgit v1.2.3