add gamescope to steam
Some checks failed
nixos config pipeline / show-flake (push) Successful in 39s
nixos config pipeline / deploy (push) Has been cancelled

This commit is contained in:
smayzy 2026-07-04 13:32:23 +02:00
parent 067e656a05
commit f495530a86

View File

@ -16,6 +16,6 @@ in
config = mkIf config.smayzy.steam.enable { config = mkIf config.smayzy.steam.enable {
programs.steam.enable = true; programs.steam.enable = true;
environment.systemPackages = with pkgs; [ depotdownloader]; environment.systemPackages = with pkgs; [ depotdownloader gamescope ];
}; };
} }