module(steam): Use gamescope_git instead of gamescope

This commit is contained in:
ulic-youthlic 2025-06-13 14:34:07 +08:00
parent 880b6e3184
commit f047357eb4
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -14,7 +14,7 @@ in {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
hardware.graphics.enable32Bit = true; hardware.graphics.enable32Bit = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gamescope gamescope_git
]; ];
programs.steam = { programs.steam = {
enable = true; enable = true;