Fix lutris

This commit is contained in:
2024-04-14 23:24:39 +01:00
parent c855dc7c07
commit 32356fb1e2
2 changed files with 17 additions and 9 deletions

View File

@ -10,8 +10,13 @@ in {
};
config = lib.mkIf cfg.enable {
user.packages = with pkgs; [
lutris
environment.systemPackages = with pkgs; [
(lutris.override {
extraPkgs = pkgs: [
winePackages.staging
wine64Packages.staging
];
})
vulkan-loader
vulkan-tools
];