Update system packages and home configuration
This commit is contained in:
11
modules/home/lutris.nix
Normal file
11
modules/home/lutris.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, osConfig, ... }:
|
||||
{
|
||||
programs.lutris = {
|
||||
enable = true;
|
||||
package = pkgs.lutris;
|
||||
protonPackages = [ pkgs.proton-ge-bin ];
|
||||
winePackages = [ pkgs.wineWowPackages.waylandFull ];
|
||||
defaultWinePackage = pkgs.wineWowPackages.waylandFull;
|
||||
steamPackage = osConfig.programs.steam.package;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user