summary refs log tree commit diff stats
path: root/user/settings/gaming.nix
blob: d6dbe42fd04598fbc15077dc02d58afd2ecbe756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ config, pkgs, ... }:

let
  unstablePkgs = import <nixos-unstable> {};
in
{
  home.packages = with unstablePkgs; [
    steam
    wineWowPackages.stable
    # winetricks

    pkgs.lutris
  ];
}