Files
dotfiles/nixos/tako/services/games/default.nix
2026-02-01 18:07:19 +05:30

13 lines
181 B
Nix

{pkgs, ...}: {
imports = [
# ./minecraft.nix
# ./satisfactory.nix
# ./terraria.nix
];
environment.systemPackages = with pkgs; [
steamcmd
steam-tui
];
}