8 lines
116 B
Nix
8 lines
116 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [ ./steam.nix ./lutris.nix ];
|
|
|
|
home.packages = with pkgs; [ gamescope mangohud ];
|
|
}
|