kilgharrah: Install Heroic Games Launcher

This commit is contained in:
Katherina Walshe-Grey 2025-10-24 23:38:20 +01:00
parent 16e59617d2
commit 72e2dca5d5

View file

@ -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 = {