From 5cfd5a7a7ce979db79af71c00b63e9d665988fc8 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Tue, 12 Nov 2024 11:14:20 +0000 Subject: [PATCH] kilgharrah: install obs-studio --- hosts/kilgharrah/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/kilgharrah/default.nix b/hosts/kilgharrah/default.nix index 14d6aba..57a4933 100644 --- a/hosts/kilgharrah/default.nix +++ b/hosts/kilgharrah/default.nix @@ -28,7 +28,8 @@ age.secrets.user-password-kilgharrah-qenya.file = ../../secrets/user-password-kilgharrah-qenya.age; users.users.qenya.hashedPasswordFile = config.age.secrets.user-password-kilgharrah-qenya.path; users.users.qenya.extraGroups = [ "wheel" ]; - home-manager.users.qenya = { + home-manager.users.qenya = { pkgs, ... }: { + home.packages = with pkgs; [ obs-studio ]; # For the moment, this hosts some network-accessible services, so we want it on 24/7 programs.plasma.powerdevil.AC.autoSuspend.action = "nothing"; };