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

7 lines
62 B
Nix
Raw Normal View History

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