Add host modules and home options; update README
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
{
|
||||
pkgs,
|
||||
osConfig,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
programs.lutris = {
|
||||
enable = false;
|
||||
options.lutris.enable = lib.mkEnableOption "Lutris";
|
||||
|
||||
config.programs.lutris = lib.mkIf config.lutris.enable {
|
||||
enable = true;
|
||||
package = pkgs.lutris;
|
||||
protonPackages = [pkgs.proton-ge-bin];
|
||||
winePackages = [pkgs.wineWowPackages.waylandFull];
|
||||
defaultWinePackage = pkgs.wineWowPackages.waylandFull;
|
||||
steamPackage = osConfig.programs.steam.package;
|
||||
steamPackage = pkgs.steam;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user