diff options
| author | seth <[email protected]> | 2024-03-10 15:55:25 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-10 15:55:25 -0400 |
| commit | bd449f4c41a3e111f8ac40fe95989caeadb3fced (patch) | |
| tree | 22f099fe4025a16d175ab52d95e9048d452d7cbb /systems | |
| parent | c9fa3ba99a7c1e6523dd7335651d7e0afff7ab58 (diff) | |
glados: use obs
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/glados/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
