nixos-config/home/gaming/default.nix

8 lines
119 B
Nix

{ config, pkgs, nixosConfig, ... }:
{
imports = [ ./steam.nix ./lutris.nix ];
programs.gamemode.enable = true;
}