nix-config/home/gburd/features/games/default.nix

10 lines
160 B
Nix
Raw Normal View History

{ pkgs, ... }: {
imports = [
./lutris.nix
./steam.nix
./prism-launcher.nix
./runescape.nix
];
home.packages = with pkgs; [ gamescope ];
}