1
0
Fork 0

feature(steam): add gamemode and gamescope to packages

This commit is contained in:
Philipp 2025-05-24 10:15:19 +02:00
parent 3203380b81
commit 7dd87536aa
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
2 changed files with 17 additions and 15 deletions

View file

@ -25,6 +25,8 @@ in
environment.systemPackages = with pkgs; [
steamtinkerlaunch
steam
gamescope
gamemode
];
};
}