nixos-config/home/gaming/default.nix

8 lines
119 B
Nix
Raw Normal View History

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