yggdrasil: torchlight stuff
This commit is contained in:
parent
60271a2359
commit
59e1ab3c3d
4 changed files with 71 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue