yggdrasil: torchlight stuff

This commit is contained in:
Christoph Hollizeck 2026-04-20 17:14:54 +02:00
parent 60271a2359
commit 59e1ab3c3d
4 changed files with 71 additions and 1 deletions

View file

@ -2,6 +2,10 @@
flake.modules.nixos.games =
{ inputs, pkgs, ... }:
{
imports = [
inputs.titrack.nixosModules.default
];
environment.systemPackages = with pkgs; [
prismlauncher
starsector
@ -10,5 +14,9 @@
pyfa
inputs.nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.rusty-path-of-building
];
services.titrack = {
enable = true;
};
};
}