From 72e2dca5d5c9e1fa5cc51569e3c361c53f5015c3 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Fri, 24 Oct 2025 23:38:20 +0100 Subject: [PATCH] kilgharrah: Install Heroic Games Launcher --- hosts/kilgharrah/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/kilgharrah/default.nix b/hosts/kilgharrah/default.nix index 87505c6..4fece58 100644 --- a/hosts/kilgharrah/default.nix +++ b/hosts/kilgharrah/default.nix @@ -33,7 +33,10 @@ in users.users.qenya.hashedPasswordFile = config.age.secrets.user-password-kilgharrah-qenya.path; fountain.admins = [ "qenya" ]; home-manager.users.qenya = { pkgs, ... }: { - home.packages = with pkgs; [ obs-studio ]; + home.packages = with pkgs; [ + heroic + obs-studio + ]; }; qenya.services.remote-builder = {