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

@@ -64,6 +64,7 @@
in
{
kickoff-dot-desktop = pkgs.callPackage ./pkgs/kickoff-dot-desktop.nix { };
gamescope = pkgs.callPackage ./pkgs/gamescope {};
}
);
};