Remove gamescope overlay and update ankaa

This commit is contained in:
2024-07-15 12:26:09 -05:00
parent b08d50f4c2
commit f03698c117
2 changed files with 1 additions and 9 deletions

View File

@@ -180,7 +180,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = with overlays; [ gamescope ];
overlays = with overlays; [];
config.allowUnfree = true;
};