Add gaming config

This commit is contained in:
Ivan Bushchik 2023-07-17 06:44:29 +03:00
parent 21e8a7fa65
commit 3793724043
No known key found for this signature in database
GPG key ID: 9F6DDABE11A2674D
2 changed files with 15 additions and 0 deletions

14
common/gaming.nix Normal file
View file

@ -0,0 +1,14 @@
{ config, pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
steam
wineWowPackages.stable
wine
(wine.override { wineBuild = "wine64"; })
wineWowPackages.staging
winetricks
wineWowPackages.waylandFull
];
}

View file

@ -20,6 +20,7 @@
./common/laptop.nix
./common/user.nix
./common/graphical.nix
./common/gaming.nix
./machines/stella/configuration.nix
./machines/stella/hardware.nix
];