nixos-config/home/gaming/default.nix

8 lines
137 B
Nix
Raw Normal View History

2021-08-01 14:44:23 +02:00
{ config, pkgs, nixosConfig, ... }:
{
imports = [ ./steam.nix ./lutris.nix ];
2022-05-12 11:39:41 +02:00
2022-08-25 22:23:05 +02:00
home.packages = with pkgs; [ gamescope mangohud ];
2021-08-01 14:44:23 +02:00
}