Remove gamescope overlay

This commit is contained in:
Ethan Simmons
2024-12-01 12:21:21 -06:00
parent 3b0395afc5
commit 77c7c6b5b8
5 changed files with 2 additions and 14 deletions

View File

@@ -211,8 +211,6 @@
localPackages = pkgs.lib.genAttrs flake-utils.lib.defaultSystems (system: {
kickoff-dot-desktop = pkgs.callPackage ./pkgs/kickoff-dot-desktop.nix {};
gamescope-old = pkgs.callPackage ./pkgs/gamescope-old {};
gamescope-dbg = pkgs.callPackage ./pkgs/gamescope-dbg {};
jhelioviewer = pkgs.callPackage ./pkgs/jhelioviewer.nix {};
}
);