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