nixos-config/home/gaming/default.nix

6 lines
83 B
Nix
Raw Normal View History

2021-08-01 14:44:23 +02:00
{ config, pkgs, nixosConfig, ... }:
{
imports = [ ./steam.nix ./lutris.nix ];
}