nixos-config/configurations/profile/os/games/default.nix

7 lines
63 B
Nix
Raw Normal View History

2023-10-08 11:42:08 +02:00
{ config, pkgs, ... }:
{
imports = [
./steam.nix
];
}