Add custom gamescope package

This commit is contained in:
2024-05-29 16:49:12 -05:00
parent be941d0806
commit db3de54479
5 changed files with 179 additions and 1 deletions

View File

@@ -2,10 +2,10 @@
environment.systemPackages = with pkgs; [
protonup-qt
vesktop
localPackages.gamescope
];
programs.steam = {
enable = true;
gamescopeSession.enable = true;
};
}