nixfiles/profiles/home-manager/gaming/platforms/lutris.nix
2024-07-24 14:13:59 +01:00

4 lines
135 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [(lutris.override {extraPkgs = pkgs: with pkgs; [gamescope];}) wineWowPackages.staging];
}