nix-config/modules/nix/games/default.nix
smayzy 74218acbf3
All checks were successful
nixos config pipeline / show-flake (push) Successful in 28s
nixos config pipeline / deploy (push) Successful in 35s
add tas utils
2025-10-12 18:46:47 +02:00

9 lines
78 B
Nix

{ ... }:
{
imports = [
./prism.nix
./steam.nix
./tas.nix
];
}